From 04985c52f196109b104acaa44b7e008183fe1a85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:13:51 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- 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 2772ad6..9fd187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/electronicarts/helmci/compare/v1.2.0...v1.2.1) (2024-08-30) + + +### Bug Fixes + +* Specify default rust crypto provider ([d1d0ecd](https://github.com/electronicarts/helmci/commit/d1d0ecdc8b55ae987dc62a3702e6408c02d6a36b)) + ## [1.2.0](https://github.com/electronicarts/helmci/compare/v1.1.0...v1.2.0) (2024-08-30) diff --git a/Cargo.lock b/Cargo.lock index c490ccb..3f853ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7290b49..0b5bc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.2.0" +version = "1.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html