chore(master): release 1.10.1 (#4260)

This commit is contained in:
github-actions[bot] 2022-08-15 14:21:57 -04:00 committed by GitHub
parent 37b54f7ac3
commit 914013b7ef
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.1](https://github.com/starship/starship/compare/v1.10.0...v1.10.1) (2022-08-15)
### Bug Fixes
* Disable multithreading in `jwalk` (via `gitoxide`) as workaround for [#4251](https://github.com/starship/starship/issues/4251) ([#4258](https://github.com/starship/starship/issues/4258)) ([37b54f7](https://github.com/starship/starship/commit/37b54f7ac3ba53ea851b478501a96a7c4e188fc4))
## [1.10.0](https://github.com/starship/starship/compare/v1.9.1...v1.10.0) (2022-08-14)

2
Cargo.lock generated
View File

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

View File

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