12f6944e59
* add github actions * fix clippy * skip check * get rid of collect * fix tests * run ignored tests
14 lines
386 B
Markdown
14 lines
386 B
Markdown
# Changelog
|
|
|
|
## Unreleased
|
|
|
|
- Simplify usage by re-exporting serde traits - [#3](https://github.com/ayrat555/fang/pull/3)
|
|
|
|
## 0.3.0 (2021-07-04)
|
|
|
|
- Execute different types of tasks in separate workers - [#1](https://github.com/ayrat555/fang/pull/1)
|
|
- Add retention mode for tasks - [#2](https://github.com/ayrat555/fang/pull/2)
|
|
|
|
## 0.2.0 (2021-06-24)
|
|
|
|
- The first release on crates.io
|