From c68f917bdc0cf80ff5a50ea90d7e17dbf81cf5a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:45:04 +0000 Subject: [PATCH] chore(main): release 1.3.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 0cad095..e31a8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/electronicarts/helmci/compare/v1.3.0...v1.3.1) (2024-09-05) + + +### Bug Fixes + +* attempt to make skipped symbol obvious under slack ([9e8d6a0](https://github.com/electronicarts/helmci/commit/9e8d6a0918701d683558143407caee8692513ccf)) + ## [1.3.0](https://github.com/electronicarts/helmci/compare/v1.2.1...v1.3.0) (2024-09-05) diff --git a/Cargo.lock b/Cargo.lock index 4c24aa5..b5b0853 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0d4d835..96e9121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.3.0" +version = "1.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html