Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Mar 14, 2023
1 parent ed01de9 commit 69108d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.0"
version = "2.1.1"
edition = "2021"
rust-version = "1.63.0"

Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Release 2.1.1

- Derive `Default` implementations for enums where possible.
- Revert back to using rpassword v5 in example code for now.

### Release 2.1.0

This release contains a few small improvements and updates to match
Expand Down

0 comments on commit 69108d0

Please sign in to comment.