From 89cd18c9a4c02b305bb562ae7ce2109cceb11bab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:30:23 -0400 Subject: [PATCH] chore(master): release 1.9.0 (#4088) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1efd83..e1725af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.9.0](https://github.com/starship/starship/compare/v1.8.0...v1.9.0) (2022-06-26) + + +### Features + +* add Raku module ([#4048](https://github.com/starship/starship/issues/4048)) ([1a4fac6](https://github.com/starship/starship/commit/1a4fac63f78c9408756c19eb26af5181a7cf537e)) +* **winget:** Add support for winget package manager ([#4042](https://github.com/starship/starship/issues/4042)) ([ef52f9e](https://github.com/starship/starship/commit/ef52f9e77ec66f5189a18acfdce399882c37fdd8)) + + +### Bug Fixes + +* **character:** Standadise Vim config names ([#4081](https://github.com/starship/starship/issues/4081)) ([6761938](https://github.com/starship/starship/commit/67619386cdd7537f0ab9af77e701409e97a87917)) +* **install:** Have fixed a spacing issue in output ([#4082](https://github.com/starship/starship/issues/4082)) ([2ffe173](https://github.com/starship/starship/commit/2ffe1737f06db4ce89a21b2b5238f3ad76c94bca)) + ## [1.8.0](https://github.com/starship/starship/compare/v1.7.1...v1.8.0) (2022-06-16) diff --git a/Cargo.lock b/Cargo.lock index 286085dd..860f5603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,7 +2004,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e77dc97e..950f4f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.8.0" +version = "1.9.0" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]