diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2a6d84..9d05bd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.20.1](https://github.com/starship/starship/compare/v1.20.0...v1.20.1) (2024-07-26) + + +### Bug Fixes + +* **ci:** move to macos-latest image ([#6132](https://github.com/starship/starship/issues/6132)) ([c7a8ea7](https://github.com/starship/starship/commit/c7a8ea757033512b5723a39be71bdb91fdcfbdb1)) + ## [1.20.0](https://github.com/starship/starship/compare/v1.19.0...v1.20.0) (2024-07-26) diff --git a/Cargo.lock b/Cargo.lock index a29219f9..8289b0e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2758,7 +2758,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "starship" -version = "1.20.0" +version = "1.20.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 57f6f8d5..4728f41d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.20.0" +version = "1.20.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]