From 4e9b84099d27c608552a97648bac428e53a0b4ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:58:11 -0400 Subject: [PATCH] chore(master): release 1.9.1 (#4119) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1725af4..3af724b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.1](https://github.com/starship/starship/compare/v1.9.0...v1.9.1) (2022-06-27) + + +### Bug Fixes + +* regenerate changelog ([8a6be8c](https://github.com/starship/starship/commit/8a6be8c941de8e31330417bdb232204969a814ff)) + + +### Miscellaneous Chores + +* **master:** release 1.9.1 ([6cbc362](https://github.com/starship/starship/commit/6cbc3620c9ee7695fe1dabc067b6fd339b8d2526)) + ## [1.9.0](https://github.com/starship/starship/compare/v1.8.0...v1.9.0) (2022-06-26) diff --git a/Cargo.lock b/Cargo.lock index 860f5603..fc7fc67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.9.0" +version = "1.9.1" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 950f4f5b..aa5c891d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.9.0" +version = "1.9.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]