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 05b4f6e commit 6db233f
Show file tree
Hide file tree
Showing 2 changed files with 14 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 = "fedora-update-feedback"
description = "Provide feedback for fedora updates (inspired by fedora-easy-karma)"
license = "MIT OR Apache-2.0"

version = "2.0.0-beta.3"
version = "2.0.0"
edition = "2021"
rust-version = "1.56.0"

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

This release contains only minor code changes compared to the previous beta:

- slightly improved progress reporting
- use custom User-Agent header for HTTP requests

Additionally, some crate dependencies were updated to match the versions that
are available from Fedora repositories (at the time of publishing).

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

# Release 2.0.0-beta.3 "Fix the Fix" (January 28, 2022)

This beta release only changes the way bash completions are generated to
Expand Down

0 comments on commit 6db233f

Please sign in to comment.