diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0127890..5deddac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.2](https://github.com/EdenEast/tuxmux/compare/tuxmux-v0.2.1...tuxmux-v0.2.2) (2024-06-01) + + +### Security + +* **gix:** resolve CVE-2024-35186 and CVE-2024-35197 ([04231a5](https://github.com/EdenEast/tuxmux/commit/04231a54b867a738f1f24e870e516d27d5161f3b)) +* patch gix to resolve CVE-2024-32884 ([33bc4bd](https://github.com/EdenEast/tuxmux/commit/33bc4bdee28446e7c6c7ac009510f8ad5f1b0e7b)) + + +### Bug Fixes + +* **nix:** change zsh to correct completion ([d977c9f](https://github.com/EdenEast/tuxmux/commit/d977c9fce3c211089b0ea1e9d8cceb3301f46ea9)) + ## [0.2.1](https://github.com/EdenEast/tuxmux/compare/v0.2.0...v0.2.1) (2023-12-31) diff --git a/Cargo.lock b/Cargo.lock index 6d201e2..7a918e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1532,7 +1532,7 @@ checksum = "3885889703554d7b0dd515111432fc3b2f9cceb15b2139f9b12da73365299c05" [[package]] name = "tuxmux" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index a085ed2..99e119c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuxmux" -version = "0.2.1" +version = "0.2.2" authors = ["edenofest@gmail.com"] edition = "2021" description = "Tmux utility for session and window management"