1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-22 09:55:10 +00:00

chore(master): release 1.7.1 (#4021)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-05-24 18:41:03 -04:00 committed by GitHub
parent 2cdf902b57
commit b37acce1c7
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 # Changelog
### [1.7.1](https://github.com/starship/starship/compare/v1.7.0...v1.7.1) (2022-05-24)
### Bug Fixes
* trigger release ([2cdf902](https://github.com/starship/starship/commit/2cdf902b57cd16dba42d4026e2e740537a82b0ee))
## [1.7.0](https://github.com/starship/starship/compare/v1.6.3...v1.7.0) (2022-05-24) ## [1.7.0](https://github.com/starship/starship/compare/v1.6.3...v1.7.0) (2022-05-24)

2
Cargo.lock generated
View File

@ -2036,7 +2036,7 @@ dependencies = [
[[package]] [[package]]
name = "starship" name = "starship"
version = "1.7.0" version = "1.7.1"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"byte-unit", "byte-unit",

View File

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