summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-18 22:43:05 -0400
committerGitHub <noreply@github.com>2022-08-18 22:43:05 -0400
commit56f8c0be7c679a4bcf61904ae438e5a66cca79d1 (patch)
tree25765eaf16e22a713f4b7f7ef38ac290ddfc8e2f
parent98089bf005e97a22817eb3690b987db907f72fc0 (diff)
chore(master): release 1.10.2 (#4280)v1.10.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-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 08a9252a3..4563f3094 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/Cargo.lock b/Cargo.lock
index 105313d4e..fa1962b99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2684,7 +2684,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.10.1"
+version = "1.10.2"
dependencies = [
"ansi_term",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 39d244c30..ad3832a05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]