diff --git a/CHANGELOG.md b/CHANGELOG.md index 9297ecbe..08a9252a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 01aea0d1..9069ffad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.10.0" +version = "1.10.1" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d12eb667..7d3c183f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]