Skip to content

Commit 87a2a52

Browse files
chore: release main (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23ab190 commit 87a2a52

File tree

7 files changed

+40
-7
lines changed

7 files changed

+40
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"confidence-resolver":"0.1.0","confidence-cloudflare-resolver":"0.1.0","wasm-msg":"0.1.0","wasm/rust-guest":"0.1.1"}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
22

3-
This file is managed by Release Please.
3+
## 0.1.0 (2025-09-03)
4+
5+
6+
### Features
47

8+
* 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))
9+
* Faster deploy image executions ([#10](https://github.com/spotify/confidence-resolver-rust/issues/10)) ([d945331](https://github.com/spotify/confidence-resolver-rust/commit/d9453317e9e40575e43d67558ef902a4bc62ee41))
10+
11+
## Changelog
12+
13+
This file is managed by Release Please.

confidence-resolver/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
22

3-
This file is managed by Release Please.
3+
## 0.1.0 (2025-09-03)
4+
5+
6+
### Features
7+
8+
* Faster deploy image executions ([#10](https://github.com/spotify/confidence-resolver-rust/issues/10)) ([d945331](https://github.com/spotify/confidence-resolver-rust/commit/d9453317e9e40575e43d67558ef902a4bc62ee41))
9+
410

11+
### Bug Fixes
12+
13+
* 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))
14+
15+
## Changelog
16+
17+
This file is managed by Release Please.

wasm-msg/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
22

3-
This file is managed by Release Please.
3+
## 0.1.0 (2025-09-03)
4+
5+
6+
### Features
47

8+
* Release Please setup ([08e2082](https://github.com/spotify/confidence-resolver-rust/commit/08e208218918b211ac9efdbeda634a3b7f9e6e78))
9+
10+
## Changelog
11+
12+
This file is managed by Release Please.

wasm/rust-guest/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3-
This file is managed by Release Please.
43

4+
5+
## Changelog
6+
7+
This file is managed by Release Please.

wasm/rust-guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-guest"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)