Skip to content

Commit

Permalink
release 0.10.1 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Feb 4, 2023
1 parent cf64487 commit 1eaba05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1eaba05

Please sign in to comment.