chore(master): release 1.10.2 (#4280)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-08-18 22:43:05 -04:00 committed by GitHub
parent 98089bf005
commit 56f8c0be7c
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.10.2](https://github.com/starship/starship/compare/v1.10.1...v1.10.2) (2022-08-18)
### Bug Fixes
* **git:** upgrade `gitoxide` to v0.21 ([#4277](https://github.com/starship/starship/issues/4277)) ([f52ae55](https://github.com/starship/starship/commit/f52ae552d3ef2c0c0c6de6429cee7b8271f14671))
## [1.10.1](https://github.com/starship/starship/compare/v1.10.0...v1.10.1) (2022-08-15)

2
Cargo.lock generated
View File

@ -2684,7 +2684,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.10.1"
version = "1.10.2"
dependencies = [
"ansi_term",
"chrono",

View File

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