From 4b0f27bc6aec5151f5d16afdaf66f08fb60845c3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 09:21:02 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/opendevtools/supreme/compare/v2.1.4...v2.2.0) (2023-04-05) ### Features * add global install ([51d437f](https://github.com/opendevtools/supreme/commit/51d437f302788ec0d7f1b24e1df9b2c1e8166111)) * add global uninstall ([faa81f9](https://github.com/opendevtools/supreme/commit/faa81f9dea8899ff59760014e54adec149a5bd81)) --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ffd15..f54962b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.2.0](https://github.com/opendevtools/supreme/compare/v2.1.4...v2.2.0) (2023-04-05) + + +### Features + +* add global install ([51d437f](https://github.com/opendevtools/supreme/commit/51d437f302788ec0d7f1b24e1df9b2c1e8166111)) +* add global uninstall ([faa81f9](https://github.com/opendevtools/supreme/commit/faa81f9dea8899ff59760014e54adec149a5bd81)) + ## [2.1.4](https://github.com/opendevtools/supreme/compare/v2.1.3...v2.1.4) (2023-03-27) diff --git a/Cargo.lock b/Cargo.lock index 58464aa..6ee0951 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,7 +613,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "supreme" -version = "2.1.4" +version = "2.2.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 69de876..1c62013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "supreme" -version = "2.1.4" +version = "2.2.0" authors = ["Rickard Natt och Dag "] edition = "2018" description = "A CLI tool that helps you get up an running fast"