Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Apr 7, 2024
1 parent b3f3155 commit a346ea5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
### Release 2.2.0

- Updated various dependencies.
- Applied code style fixes reported by rustc and clippy.
- Replace calls of deprecated APIs of `chrono`.
- MSRV is bumped to 1.71 to match dependencies.

### Release 2.1.2

- Update various dependencies.
- Updated various dependencies.
- Applied code style fixes reported by clippy.
- Update tests for new Fedora releases.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bodhi"
description = "bodhi REST API client"
license = "MIT OR Apache-2.0"

version = "2.1.2"
version = "2.2.0"
edition = "2021"
rust-version = "1.71.0"

Expand Down

0 comments on commit a346ea5

Please sign in to comment.