diff --git a/CHANGELOG.md b/CHANGELOG.md index b06e78a..01881be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1 (2023-02-03) + +### Improved + +- Update typed-builder requirement from 0.11 to 0.12 - [#108](https://github.com/ayrat555/fang/pull/108) +- Add dodcumentation - [#96](https://github.com/ayrat555/fang/pull/96), [#104](https://github.com/ayrat555/fang/pull/104) +- Fix clippy warnings - [#109](https://github.com/ayrat555/fang/pull/109) + ## 0.10.0 (2022-09-27) ### Added diff --git a/Cargo.toml b/Cargo.toml index 130ba9b..5f302d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fang" -version = "0.10.0" +version = "0.10.1" authors = ["Ayrat Badykov " , "Pepe Márquez "] description = "Background job processing library for Rust" repository = "https://github.com/ayrat555/fang" diff --git a/docs/content/_index.md b/docs/content/_index.md index 050bee7..0918bd2 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -9,7 +9,7 @@ lead = 'Fang is a background task processing for Rust. It uses Postgres D url = "/docs/readme" url_button = "Get started" -repo_version = "GitHub v0.10.0" +repo_version = "GitHub v0.10.1" repo_license = "Open-source MIT License." repo_url = "https://github.com/ayrat555/fang"