chore(master): release 1.9.1 (#4119)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-06-27 14:58:11 -04:00 committed by GitHub
parent 8a6be8c941
commit 4e9b84099d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

@ -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)

2
Cargo.lock generated
View File

@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.9.0"
version = "1.9.1"
dependencies = [
"ansi_term",
"chrono",

View File

@ -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"]