chore(master): release 1.6.1 (#3875)

This commit is contained in:
github-actions[bot] 2022-04-15 17:21:01 -04:00 committed by GitHub
parent 9804031d9b
commit c0139f3309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
### [1.6.1](https://github.com/starship/starship/compare/v1.6.0...v1.6.1) (2022-04-15)
### Bug Fixes
* fix release-please permissions ([23be606](https://github.com/starship/starship/commit/23be606516b5815fafea211aa59d2315ddb77df7))
## [1.6.0](https://github.com/starship/starship/compare/v1.5.4...v1.6.0) (2022-04-14)

2
Cargo.lock generated
View File

@ -1892,7 +1892,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.6.0"
version = "1.6.1"
dependencies = [
"ansi_term",
"byte-unit",

View File

@ -1,6 +1,6 @@
[package]
name = "starship"
version = "1.6.0"
version = "1.6.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]