From 2b378ce2e145665fe9f62c7c4d3c59eb95e42365 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 7 Apr 2024 14:52:31 +0200 Subject: [PATCH] Release 2.1.2 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05d5c4e..d11b8db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - rust: ['stable', 'nightly', '1.70.0'] + rust: ['stable', 'nightly', '1.74.0'] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b31aa6..30dd7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 6fea3bd..bfa796e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] readme = "README.md"