bump version to 0.4.1
This commit is contained in:
parent
4bf654c9b5
commit
78f27eac3d
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.4.1 (2021-08-22)
|
||||
|
||||
- Do not use env-logger - [#11](https://github.com/ayrat555/fang/pull/11)
|
||||
|
||||
## 0.4.0 (2021-07-31)
|
||||
|
||||
### [#8](https://github.com/ayrat555/fang/pull/8):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fang"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Ayrat Badykov <ayratin555@gmail.com>"]
|
||||
description = "Background job processing library for Rust"
|
||||
repository = "https://github.com/ayrat555/fang"
|
||||
|
|
|
@ -14,7 +14,7 @@ Background job processing library for Rust. It uses Postgres DB as a task queue.
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
fang = "0.4.0"
|
||||
fang = "0.4.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue