summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-12 20:46:13 +0200
committerGitHub <noreply@github.com>2023-04-12 20:46:13 +0200
commitc7949706a15736c38eab1477c6dccbae54c608ef (patch)
tree4c3313aada62dacd8620f3fb4c034c09b60ecf8e
parentb672be0d9c9a8f17aa0d74cb2580252d98e3dc22 (diff)
chore(master): release 1.14.2 (#5098)v1.14.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 183bdf313..c9089c610 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.14.2](https://github.com/starship/starship/compare/v1.14.1...v1.14.2) (2023-04-12)
+
+
+### Bug Fixes
+
+* **git_commit:** resolve panic on 32-bit targets ([#5095](https://github.com/starship/starship/issues/5095)) ([5ef90a6](https://github.com/starship/starship/commit/5ef90a615f73a9f240a3c63ab601db1302adb01d))
+
## [1.14.1](https://github.com/starship/starship/compare/v1.14.0...v1.14.1) (2023-04-11)
diff --git a/Cargo.lock b/Cargo.lock
index 33a6d5165..b05e1542d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2771,7 +2771,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.14.1"
+version = "1.14.2"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 34566edb9..dcd52cdd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.14.1"
+version = "1.14.2"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]