From 460d3b9d78da3db62131518fc62328da59b834d2 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 21 Oct 2023 12:01:41 +0000 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fa859..f49f3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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 +- *(deps)* update all dependencies +- with version 0.2.0 +- publish +- add noop release script + ## [0.2.0] - 2023-08-12 ### Added