summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-27 14:58:11 -0400
committerGitHub <noreply@github.com>2022-06-27 14:58:11 -0400
commit4e9b84099d27c608552a97648bac428e53a0b4ca (patch)
tree0ef7893744d47340b0b73ab3c673ac2595bdd2ed
parent8a6be8c941de8e31330417bdb232204969a814ff (diff)
chore(master): release 1.9.1 (#4119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1725af4f..3af724b56 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 860f56036..fc7fc67ed 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 950f4f5b0..aa5c891d6 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"]