bump version
This commit is contained in:
parent
7d92fd2d6a
commit
cb02a03fea
3 changed files with 7 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue