release 0.10.1 (#110)

This commit is contained in:
Ayrat Badykov 2023-02-04 05:31:36 +02:00 committed by GitHub
parent cf64487d81
commit 1eaba057bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

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

View file

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

View file

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