From 6e815704536ae0bf880112d658185ddc83187051 Mon Sep 17 00:00:00 2001 From: glendc Date: Thu, 7 Sep 2023 17:22:44 +0200 Subject: [PATCH] prepare for v0.1.3 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed474af..5ed2621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# 0.1.3 (Unreleased) +# 0.1.3 (07. September, 2023) - Support and add Waitgroup example; - Fix mistake in docs (thank you [Mike Cronce](https://github.com/mcronce)); diff --git a/Cargo.toml b/Cargo.toml index f2c6f52..f8d1498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ categories = ["asynchronous", "network-programming"] edition = "2021" name = "tokio-graceful" -version = "0.1.2" +version = "0.1.3" description = "util for graceful shutdown of tokio applications" homepage = "https://github.com/plabayo/tokio-graceful" readme = "README.md"