From 6510e7c420caa4af6f59dcee388196527c464532 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Oct 2025 03:32:49 +0000 Subject: [PATCH] chore: prepare release --- .changeset/release_again.md | 5 ----- Cargo.lock | 2 +- crates/nodes/out-log/CHANGELOG.md | 6 ++++++ crates/nodes/out-log/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/release_again.md diff --git a/.changeset/release_again.md b/.changeset/release_again.md deleted file mode 100644 index 1062b51..0000000 --- a/.changeset/release_again.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -out-log: patch ---- - -# Released failed, this is another attempt diff --git a/Cargo.lock b/Cargo.lock index 4087d8d..f899a22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3819,7 +3819,7 @@ dependencies = [ [[package]] name = "out-log" -version = "0.1.8" +version = "0.1.9" dependencies = [ "wasmcloud-component", "wit-bindgen 0.43.0", diff --git a/crates/nodes/out-log/CHANGELOG.md b/crates/nodes/out-log/CHANGELOG.md index 541ac0f..cd48c89 100644 --- a/crates/nodes/out-log/CHANGELOG.md +++ b/crates/nodes/out-log/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.9 (2025-10-28) + +### Fixes + +- Released failed, this is another attempt + ## 0.1.8 (2025-10-27) ### Fixes diff --git a/crates/nodes/out-log/Cargo.toml b/crates/nodes/out-log/Cargo.toml index 9895124..7dc7c5b 100644 --- a/crates/nodes/out-log/Cargo.toml +++ b/crates/nodes/out-log/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "out-log" edition = "2024" -version = "0.1.8" +version = "0.1.9" [lib] crate-type = ["cdylib"]