From e1284bc18d6dfab4279c8560d23210d44fb826b1 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 22 Oct 2023 10:11:48 +0000 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fa859..b33f575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-10-22 + +### Added +- add leptos +- 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