From 0a10111895754199f92b5d753d6ec03ce178c4a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:09:51 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- 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 56023cb..4df5f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/electronicarts/helmci/compare/v0.3.1...v0.3.2) (2023-11-06) + + +### Bug Fixes + +* clippy errors in CI ([8c53d92](https://github.com/electronicarts/helmci/commit/8c53d9276ba971df5e425a434004090cbc171f49)) +* Rename --cinc parameter to --cluster ([164e3cf](https://github.com/electronicarts/helmci/commit/164e3cf2126ba6eac237ca9e5c1e5d677e4e6890)) + ## [0.3.1](https://github.com/electronicarts/helmci/compare/v0.3.0...v0.3.1) (2023-08-09) diff --git a/Cargo.lock b/Cargo.lock index faa1d67..a058af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "helmci" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a036ef3..ab44713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html