summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-24 18:41:03 -0400
committerGitHub <noreply@github.com>2022-05-24 18:41:03 -0400
commitb37acce1c7388dbfe4c28f9a4731eeee95e58ad4 (patch)
tree01d2ef8e9e02d9b0ddc4ae58accb15abc2a80e30
parent2cdf902b57cd16dba42d4026e2e740537a82b0ee (diff)
chore(master): release 1.7.1 (#4021)v1.7.1
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 aa6c5a9d8..8095444a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.7.1](https://github.com/starship/starship/compare/v1.7.0...v1.7.1) (2022-05-24)
+
+
+### Bug Fixes
+
+* trigger release ([2cdf902](https://github.com/starship/starship/commit/2cdf902b57cd16dba42d4026e2e740537a82b0ee))
+
## [1.7.0](https://github.com/starship/starship/compare/v1.6.3...v1.7.0) (2022-05-24)
diff --git a/Cargo.lock b/Cargo.lock
index 7b73017e7..846fac8ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2036,7 +2036,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.7.0"
+version = "1.7.1"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 69c380b81..734fb8118 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.7.0"
+version = "1.7.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]