1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 07:46:28 +00:00

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 # 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) ### [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]] [[package]]
name = "starship" name = "starship"
version = "1.6.1" version = "1.6.2"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"byte-unit", "byte-unit",

View File

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