summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-24 14:08:55 -0500
committerMatan Kushner <hello@matchai.dev>2022-03-24 14:08:55 -0500
commit7f477541ba9180550cc823161c530f55ec564ffd (patch)
tree97bca5c467466791f9558d0b3037e3375d923fce
parentc9b75fe115075c23eb456df5b1af8f4491834aaf (diff)
chore(release): v1.5.2v1.5.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d31d61e7b..1d6d67e5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1547,7 +1547,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.4.2"
+version = "1.5.0"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 6e92e4118..92f9aaae5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.4.2"
+version = "1.5.0"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]