chore(master): release 1.6.2 (#3876)

This commit is contained in:
github-actions[bot] 2022-04-15 17:29:43 -04:00 committed by GitHub
parent 81d2ce68ec
commit 3ac0559357
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.2](https://github.com/starship/starship/compare/v1.6.1...v1.6.2) (2022-04-15)
### Bug Fixes
* trigger another release ([81d2ce6](https://github.com/starship/starship/commit/81d2ce68ec05ea77151639267115d4daf73f5019))
### [1.6.1](https://github.com/starship/starship/compare/v1.6.0...v1.6.1) (2022-04-15)

2
Cargo.lock generated
View File

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

View File

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