diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fa859..922a629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-11-16 + +### Added +- add leptos +- ignore cache +- update lock +- with updated dagger-sdk +- *(rust-publish)* with rust publish + +### Fixed +- *(deps)* update rust crate async-scoped to 0.8.0 +- *(deps)* update rust crate futures to 0.3.29 +- *(git)* make sure we actually fail when running an invalid git command + +### Other +- *(deps)* update rust crate tokio to 1.34.0 +- *(deps)* update all dependencies +- with version 0.2.0 +- publish +- add noop release script + ## [0.2.0] - 2023-08-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index ed81002..dd88bdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,13 +73,12 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" [[package]] name = "async-scoped" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7a6a57c8aeb40da1ec037f5d455836852f7a57e69e1b1ad3d8f38ac1d6cadf" +checksum = "2bb5d44cd33a5095cf47aa2a90455ea3f9141f45e24d092425fef2bf4fd9c98e" dependencies = [ "futures", "pin-project", - "slab", "tokio", ]