bump version to 0.9.1
This commit is contained in:
parent
fed5b9f363
commit
b76e134ca1
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
||||||
# Changelog
|
# 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)
|
### [#69](https://github.com/ayrat555/fang/pull/69)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "fang"
|
name = "fang"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
authors = ["Ayrat Badykov <ayratin555@gmail.com>" , "Pepe Márquez <pepe.marquezromero@gmail.com>"]
|
authors = ["Ayrat Badykov <ayratin555@gmail.com>" , "Pepe Márquez <pepe.marquezromero@gmail.com>"]
|
||||||
description = "Background job processing library for Rust"
|
description = "Background job processing library for Rust"
|
||||||
repository = "https://github.com/ayrat555/fang"
|
repository = "https://github.com/ayrat555/fang"
|
||||||
|
|
Loading…
Reference in a new issue