summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-15 17:21:01 -0400
committerGitHub <noreply@github.com>2022-04-15 17:21:01 -0400
commitc0139f33096edc1e4f20d4c8fe6ac0ebe5e56a5f (patch)
treec35cb6143c5ae68bc68a15b20e1751fe644feb84
parent9804031d9b62c182d48d86def276a27384245336 (diff)
chore(master): release 1.6.1 (#3875)v1.6.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 a93f4afde..2cac56c33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.6.1](https://github.com/starship/starship/compare/v1.6.0...v1.6.1) (2022-04-15)
+
+
+### Bug Fixes
+
+* fix release-please permissions ([23be606](https://github.com/starship/starship/commit/23be606516b5815fafea211aa59d2315ddb77df7))
+
## [1.6.0](https://github.com/starship/starship/compare/v1.5.4...v1.6.0) (2022-04-14)
diff --git a/Cargo.lock b/Cargo.lock
index f47b1b66a..6e29ac974 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1892,7 +1892,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.6.0"
+version = "1.6.1"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 114b70cc4..63af32269 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.6.0"
+version = "1.6.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]