Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Apr 7, 2024
1 parent 1523acc commit 2b378ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
rust: ['stable', 'nightly', '1.70.0']
rust: ['stable', 'nightly', '1.74.0']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 2.1.2

- Ported from the deprecated term_size crate to terminal_size.

# Release 2.1.1

- Updated various dependencies.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "bodhi-cli"
description = "bodhi CLI client based on bodhi-rs"
license = "MIT OR Apache-2.0"

version = "2.1.1"
version = "2.1.2"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

authors = ["Fabio Valentini <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2b378ce

Please sign in to comment.