summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-15 14:21:57 -0400
committerGitHub <noreply@github.com>2022-08-15 14:21:57 -0400
commit914013b7ef081c3b98469c1a2f9f60a7e184a004 (patch)
treedddff91809467ce6ea905d14a105094dece25631
parent37b54f7ac3ba53ea851b478501a96a7c4e188fc4 (diff)
chore(master): release 1.10.1 (#4260)v1.10.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9297ecbec..08a9252a3 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 01aea0d18..9069ffadb 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 d12eb6677..7d3c183fc 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"]