bump version to 0.9.1

This commit is contained in:
Ayrat Badykov 2022-09-14 14:45:01 +03:00
parent fed5b9f363
commit b76e134ca1
2 changed files with 8 additions and 2 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
[package]
name = "fang"
version = "0.9.0"
version = "0.9.1"
authors = ["Ayrat Badykov <ayratin555@gmail.com>" , "Pepe Márquez <pepe.marquezromero@gmail.com>"]
description = "Background job processing library for Rust"
repository = "https://github.com/ayrat555/fang"