From 6168c14ff6129f272b8de65f46a7301a3a14b1be Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 21 Oct 2023 11:39:15 +0000 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fa859..4ef9727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-10-21 + +### Added +- ignore cache +- update lock +- with updated dagger-sdk +- *(rust-publish)* with rust publish + +### Fixed +- *(git)* make sure we actually fail when running an invalid git command + +### Other +- with version 0.2.0 +- publish +- add noop release script + ## [0.2.0] - 2023-08-12 ### Added