From 3d313d365437ba19f97a4a0535602a4901a14a28 Mon Sep 17 00:00:00 2001 From: BinChengZhao Date: Wed, 6 Oct 2021 11:38:52 +0800 Subject: [PATCH] chore: Update CHANGELOG. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0022bc..9d8f859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.9.1 + +## Changed +Tweak the compile script ([#24](https://github.com/BinChengZhao/delay-timer/issues/24)), thanks `chaaz` ! + # Version 0.9.0 v0.9.0 New features: diff --git a/Cargo.toml b/Cargo.toml index 94656a0..9a45d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delay_timer" -version = "0.9.0" +version = "0.9.1" authors = ["binchengZhao "] edition = "2018" repository = "https://github.com/BinChengZhao/delay-timer"