Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Nov 14, 2023
1 parent b809ccb commit 95aec3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Release 2.1.2

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

### Release 2.1.1

- Derive `Default` implementations for enums where possible.
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.1"
version = "2.1.2"
edition = "2021"
rust-version = "1.67.0"

Expand Down

0 comments on commit 95aec3c

Please sign in to comment.