release 0.10.1 (#110)
This commit is contained in:
parent
cf64487d81
commit
1eaba057bc
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fang"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = ["Ayrat Badykov <ayratin555@gmail.com>" , "Pepe Márquez <pepe.marquezromero@gmail.com>"]
|
||||
description = "Background job processing library for Rust"
|
||||
repository = "https://github.com/ayrat555/fang"
|
||||
|
|
|
@ -9,7 +9,7 @@ lead = '<b>Fang</b> 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue