Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Mar 9, 2023
1 parent 218b8e3 commit 55789c0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
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.1"
version = "2.1.0"
edition = "2021"
rust-version = "1.63.0"

Expand Down
27 changes: 22 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
### Unreleased
### Release 2.1.0

- add new `eol` field to `Release`
- fix `deprecated(since)` annotation for the `composes` field of `Release`
- update tests for new Fedora releases
- drop dependency on `time` v0.1 by disabling the `oldtime` feature of `chrono`
This release contains a few small improvements and updates to match
changes in bodhi server code.

Added:

- added `eol` field to the `Release` struct
- added `critpath_gtoups` field to the `Update` struct

Changed:

- dropped the `oldtime` feature of `chrono` to remove the dependency on the
obsolete version 0.1 of the `time` crate
- adapted tests for new and out-of-date Fedora releases
- mark structs with the `#[non_exhaustive]` attribute instead of using
private fields
- ported from `lazy_static` to `once_cell`

Fixed:

- fixed the `deprecated(since)` annotation for the `composes` field of the
`Release` struct

### Release 2.0.1 "Adaptations" (May 18, 2022)

Expand Down

0 comments on commit 55789c0

Please sign in to comment.