Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"confidence-resolver":"0.1.0","confidence-cloudflare-resolver":"0.1.0","wasm-msg":"0.1.0","wasm/rust-guest":"0.1.1"}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion confidence-cloudflare-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 14 additions & 1 deletion confidence-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 9 additions & 1 deletion wasm-msg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 4 additions & 1 deletion wasm/rust-guest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

This file is managed by Release Please.


## Changelog

This file is managed by Release Please.
2 changes: 1 addition & 1 deletion wasm/rust-guest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-guest"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down