From b76e134ca17a1c7b2abce49bb9d32512efddfbde Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 14 Sep 2022 14:45:01 +0300 Subject: [PATCH] bump version to 0.9.1 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffac39e..050a6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## 0.9.0 (2022-09-2) +## 0.9.1 (2022-09-14) + +### Added + +- Add methods to remove a task by uniq hash or id - [#90](https://github.com/ayrat555/fang/pull/90) + +## 0.9.0 (2022-09-02) ### [#69](https://github.com/ayrat555/fang/pull/69) diff --git a/Cargo.toml b/Cargo.toml index 0ac4be2..165757e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fang" -version = "0.9.0" +version = "0.9.1" authors = ["Ayrat Badykov " , "Pepe Márquez "] description = "Background job processing library for Rust" repository = "https://github.com/ayrat555/fang"