bump version

This commit is contained in:
Ayrat Badykov 2021-07-24 12:31:26 +03:00
parent 7d92fd2d6a
commit cb02a03fea
No known key found for this signature in database
GPG key ID: 16AE533AB7A3E8C6
3 changed files with 7 additions and 5 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "fang"
version = "0.3.1"
version = "0.3.2"
authors = ["Ayrat Badykov <ayratin555@gmail.com>"]
description = "Background job processing library for Rust"
repository = "https://github.com/ayrat555/fang"

View file

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