diff --git a/CHANGELOG.md b/CHANGELOG.md index e4dbf2f..4af31a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 0.3.1 (2021-07-24) + +- Add periodic tasks - [#5](https://github.com/ayrat555/fang/pull/5), [#7](https://github.com/ayrat555/fang/pull/7) + ## 0.3.1 (2021-07-11) - - Simplify usage by re-exporting serde traits - [#3](https://github.com/ayrat555/fang/pull/3) +- Simplify usage by re-exporting serde traits - [#3](https://github.com/ayrat555/fang/pull/3) ## 0.3.0 (2021-07-04) diff --git a/Cargo.toml b/Cargo.toml index 403f1ff..127655e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fang" -version = "0.3.1" +version = "0.3.2" authors = ["Ayrat Badykov "] description = "Background job processing library for Rust" repository = "https://github.com/ayrat555/fang" diff --git a/README.md b/README.md index 5dced93..0352502 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ # Fang -Background job processing library for Rust. - -Note that the README follows the master branch, to see instructions for the latest published version, check [crates.io](https://crates.io/crates/fang). +Background job processing library for Rust. It uses Postgres DB as a task queue. ## Installation