From 94fd7f720ac318152e48883f02293084a170a89b Mon Sep 17 00:00:00 2001 From: glendc Date: Tue, 5 Sep 2023 23:52:51 +0200 Subject: [PATCH] prepare for 0.1.2 publication --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d75feb..20ce5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ 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.1 (06. September, 2023) +# 0.1.2 (05. September, 2023) + +- Fix typos in README (thank you [@hds](https://github.com/hds)); +- Performance improvements (thank you awake readers on Reddit); +- add more docs to README and internal code; + +# 0.1.1 (05. September, 2023) - Improved documentation and add FAQ to readme; - Optimization to the `into_spawn*` methods (don't clone first); - add CI semver check; -# 0.1.0 (05. September, 2023) +# 0.1.0 (04. September, 2023) - Initial release. diff --git a/Cargo.toml b/Cargo.toml index 089235f..f2c6f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ categories = ["asynchronous", "network-programming"] edition = "2021" name = "tokio-graceful" -version = "0.1.1" +version = "0.1.2" description = "util for graceful shutdown of tokio applications" homepage = "https://github.com/plabayo/tokio-graceful" readme = "README.md"