From a53a99b12aab046f1f5935d4d918d7f0d0ae012d Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 14 Jan 2022 15:25:45 +0300 Subject: [PATCH] chore(release): v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80ecf250..adb14e64 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 4c96d358..c5b48de5 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"