From a5663afd1bf7d976eda483232c4c76961cb31b33 Mon Sep 17 00:00:00 2001 From: Gitlab Date: Mon, 18 Dec 2023 22:46:34 +0000 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3506c..cb232cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Set some env vars for cosign; force color logs (d936000) +
+ +## 0.3.2 (2023-12-18) + +### Bug Fixes + + - improper trim of image digest + +### Commit Statistics + + + + - 3 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -63,11 +87,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release ublue-rs v0.3.2 (f8214fc) + - Update changelog for release (211a393) - Improper trim of image digest (7f4f666)
## 0.3.1 (2023-12-18) + + ### Chore - add rusty-hook