Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Feb 1, 2022
1 parent 93bdde7 commit 70be3b8
Show file tree
Hide file tree
Showing 2 changed files with 12 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.0.0-beta.2"
version = "2.0.0"
edition = "2021"
rust-version = "1.56.0"

Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Release 2.0.0 "Finally" (February 01, 2022)

This release contains no code changes compared to the previous beta. The only
changes are some updated crate dependencies (to match the versions that are
available from Fedora repositories at the time of publishing), and simplified
doctests (making it possible to drop the dev-dependency on `tokio-test`, which
was only used in some doctests that were not even run, but only compiled).

For a complete list of changes since `v1.1.1`, read the release notes for the
last two beta releases.

### Release 2.0.0-beta.2 "Spring Cleaning" (January 28, 2022)

This beta release only includes some code cleanups and small improvements for
Expand Down

0 comments on commit 70be3b8

Please sign in to comment.