Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Mar 14, 2023
1 parent 6a0adcb commit b552451
Show file tree
Hide file tree
Showing 2 changed files with 8 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-cli"
description = "bodhi CLI client based on bodhi-rs"
license = "MIT OR Apache-2.0"

version = "2.0.1"
version = "2.1.0"
edition = "2021"
rust-version = "1.64.0"

Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 2.1.0 "Simple" (March 14, 2023)

- Dropped default features from `chrono` to avoid the dependency on version
0.1 of the `time` crate.
- Ported from `structopt` to `clap` version 4.
- MSRV increased from 1.56.0 to 1.64.0.

# Release 2.0.1 "Optimize" (May 30, 2022)

This release includes only very minor changes, including bumping the `bodhi`
Expand Down

0 comments on commit b552451

Please sign in to comment.