From d60519607cdd67b81a84a37471c27abb0fa948a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:04:57 +0100 Subject: [PATCH] chore(master): release 1.22.1 (#6491) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"]