From 42b9b7e09aaa330bfff0c39036bc184354fe548c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:12:52 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479bd5c..3780efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/electronicarts/helmci/compare/v1.0.0...v1.1.0) (2024-08-29) + + +### Features + +* skip upgrade if no changes detected ([#379](https://github.com/electronicarts/helmci/issues/379)) ([d227422](https://github.com/electronicarts/helmci/commit/d227422d4df98abb5d63cda5dec902bae451dec9)) + ## [1.0.0](https://github.com/electronicarts/helmci/compare/v0.5.1...v1.0.0) (2024-05-29) diff --git a/Cargo.lock b/Cargo.lock index 87ddced..3b43c30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5c46a42..df86749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.0.0" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html