From f505324dac96a7f39b92ff85477c109d7efe6c5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:07:23 +0200 Subject: [PATCH] chore(master): release 1.20.1 (#6134) 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 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"]