diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..a4e7210 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"confidence-resolver":"0.1.0","confidence-cloudflare-resolver":"0.1.0","wasm-msg":"0.1.0","wasm/rust-guest":"0.1.1"} diff --git a/Cargo.lock b/Cargo.lock index 070b741..9a76790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "rust-guest" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arc-swap", "bytes", diff --git a/confidence-cloudflare-resolver/CHANGELOG.md b/confidence-cloudflare-resolver/CHANGELOG.md index 2948362..ba8ac5c 100644 --- a/confidence-cloudflare-resolver/CHANGELOG.md +++ b/confidence-cloudflare-resolver/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog -This file is managed by Release Please. +## 0.1.0 (2025-09-03) + + +### Features +* add tail worker that incorporates the queue ([#14](https://github.com/spotify/confidence-resolver-rust/issues/14)) ([b25f10f](https://github.com/spotify/confidence-resolver-rust/commit/b25f10fcc372ae43bc11f382af02c9e5f882538f)) +* Faster deploy image executions ([#10](https://github.com/spotify/confidence-resolver-rust/issues/10)) ([d945331](https://github.com/spotify/confidence-resolver-rust/commit/d9453317e9e40575e43d67558ef902a4bc62ee41)) + +## Changelog + +This file is managed by Release Please. diff --git a/confidence-resolver/CHANGELOG.md b/confidence-resolver/CHANGELOG.md index 2948362..89d2401 100644 --- a/confidence-resolver/CHANGELOG.md +++ b/confidence-resolver/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog -This file is managed by Release Please. +## 0.1.0 (2025-09-03) + + +### Features + +* Faster deploy image executions ([#10](https://github.com/spotify/confidence-resolver-rust/issues/10)) ([d945331](https://github.com/spotify/confidence-resolver-rust/commit/d9453317e9e40575e43d67558ef902a4bc62ee41)) + +### Bug Fixes + +* wasm profile and small fixes ([#7](https://github.com/spotify/confidence-resolver-rust/issues/7)) ([fae928b](https://github.com/spotify/confidence-resolver-rust/commit/fae928b6c5d0923e4c82f2f4ae9b10bf0608beff)) + +## Changelog + +This file is managed by Release Please. diff --git a/wasm-msg/CHANGELOG.md b/wasm-msg/CHANGELOG.md index 2948362..cbe07db 100644 --- a/wasm-msg/CHANGELOG.md +++ b/wasm-msg/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog -This file is managed by Release Please. +## 0.1.0 (2025-09-03) + + +### Features +* Release Please setup ([08e2082](https://github.com/spotify/confidence-resolver-rust/commit/08e208218918b211ac9efdbeda634a3b7f9e6e78)) + +## Changelog + +This file is managed by Release Please. diff --git a/wasm/rust-guest/CHANGELOG.md b/wasm/rust-guest/CHANGELOG.md index 2948362..a4f5b8a 100644 --- a/wasm/rust-guest/CHANGELOG.md +++ b/wasm/rust-guest/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog -This file is managed by Release Please. + +## Changelog + +This file is managed by Release Please. diff --git a/wasm/rust-guest/Cargo.toml b/wasm/rust-guest/Cargo.toml index d1db3b4..42a0d55 100644 --- a/wasm/rust-guest/Cargo.toml +++ b/wasm/rust-guest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-guest" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib]