diff --git a/CHANGELOG.md b/CHANGELOG.md index fd82a6db..e332a688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.22.1](https://github.com/starship/starship/compare/v1.22.0...v1.22.1) (2025-01-11) + + +### Bug Fixes + +* **windows:** downgrade libz-ng-sys ([#6489](https://github.com/starship/starship/issues/6489)) ([6f7c67b](https://github.com/starship/starship/commit/6f7c67b4858b755c19754a2ec1063502545a16b6)) + ## [1.22.0](https://github.com/starship/starship/compare/v1.21.1...v1.22.0) (2025-01-11) diff --git a/Cargo.lock b/Cargo.lock index e81c31f5..831b7375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3040,7 +3040,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "starship" -version = "1.22.0" +version = "1.22.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 797580f9..ebffc4d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.22.0" +version = "1.22.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]