summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-26 10:47:34 +0900
committerGitHub <noreply@github.com>2023-02-26 10:47:34 +0900
commitfdd3d150545700e15d221bfd97b1d80fb34e9b50 (patch)
tree4792a6976ce7707b6a48399f777468ce8a87cc5b
parentff82fb99af88c007a18c7655fb0150c4415bb5db (diff)
chore(master): release 1.13.1 (#4937)v1.13.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 7b0fb9e99..3f00afe43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.13.1](https://github.com/starship/starship/compare/v1.13.0...v1.13.1) (2023-02-26)
+
+
+### Bug Fixes
+
+* trigger release ([ff82fb9](https://github.com/starship/starship/commit/ff82fb99af88c007a18c7655fb0150c4415bb5db))
+
## [1.13.0](https://github.com/starship/starship/compare/v1.12.0...v1.13.0) (2023-02-24)
diff --git a/Cargo.lock b/Cargo.lock
index 648b3e6fd..f25bd6b81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2783,7 +2783,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.13.0"
+version = "1.13.1"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 57017494b..2ab4adc0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.13.0"
+version = "1.13.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]