diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc7b42..9193128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). --- +## [0.21.1] — 2026-08-10 + +### Fixed + +- Update proc-macro-error3 to unyanked v3.1.0 ([#186](https://github.com/yatoub/susshi/pull/186)) + + ## [0.21.0] — 2026-07-19 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6884781..dd6bd27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "susshi" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index b0cd594..b5de320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "susshi" -version = "0.21.0" +version = "0.21.1" edition = "2024" rust-version = "1.88" description = "Terminal SSH manager with YAML inventories, multi-hop jump hosts, Wallix bastion, tunnels, SCP, and Catppuccin TUI"