From ef32376d6c03ebd58c24aeb5823c12cad3b3ec47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:51:03 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd187b..0cad095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/electronicarts/helmci/compare/v1.2.1...v1.3.0) (2024-09-05) + + +### Features + +* Show in output when upgrade skipped due no changes ([311dddf](https://github.com/electronicarts/helmci/commit/311dddfc6ed30fbebff1fc381c582008ca8f2e82)) + + +### Bug Fixes + +* address clippy warning ([cfa13cd](https://github.com/electronicarts/helmci/commit/cfa13cd143b055b01073383caaee17f21fdfa494)) +* Fix clippy warning expect used ([8bbd0df](https://github.com/electronicarts/helmci/commit/8bbd0df91c008af95d1b94351e14308285622e49)) + ## [1.2.1](https://github.com/electronicarts/helmci/compare/v1.2.0...v1.2.1) (2024-08-30) diff --git a/Cargo.lock b/Cargo.lock index b004659..4c24aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.2.1" +version = "1.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index baedd5a..0d4d835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.2.1" +version = "1.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html