From a5ab9086e7e2a74ddd69f544884b313e5f86f193 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:53:27 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68cc04..479bd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/electronicarts/helmci/compare/v0.5.1...v1.0.0) (2024-05-29) + + +### ⚠ BREAKING CHANGES + +* Command line is different; probably shouldn't affect anything other then my scripts. + +### Features + +* Refactor release filter command line ([74a0c48](https://github.com/electronicarts/helmci/commit/74a0c4845ade1e8caa799cc16642160e74242e18)) + + +### Bug Fixes + +* Remove legacy HelmIter ([4f87759](https://github.com/electronicarts/helmci/commit/4f877591669d4d82ad55b03e2ff394d7523a9bab)) + ## [0.5.1](https://github.com/electronicarts/helmci/compare/v0.5.0...v0.5.1) (2024-04-28) diff --git a/Cargo.lock b/Cargo.lock index 0dd9a17..e3f2955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "0.5.1" +version = "1.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 76986e2..b63cdc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.5.1" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html