summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-01-14 15:25:45 +0300
committerMatan Kushner <hello@matchai.dev>2022-01-14 15:25:45 +0300
commita53a99b12aab046f1f5935d4d918d7f0d0ae012d (patch)
tree77bcecf14d7bb3daeb1cb083273a7ae2df435d3b
parent673a1981764e963667af2838134698fab3aece78 (diff)
chore(release): v1.2.0v1.2.0
-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 80ecf250d..adb14e64c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1594,7 +1594,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.1.1"
+version = "1.2.0"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index 4c96d3580..c5b48de51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.1.1"
+version = "1.2.0"
edition = "2021"
authors = ["Starship Contributors"]
homepage = "https://starship.rs"