diff --git a/.changeset/release_with_the_s_name.md b/.changeset/release_with_the_s_name.md deleted file mode 100644 index f6dc114..0000000 --- a/.changeset/release_with_the_s_name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -out-log: minor ---- - -# Release with the _s name diff --git a/Cargo.lock b/Cargo.lock index ac040f6..fb6b061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3819,7 +3819,7 @@ dependencies = [ [[package]] name = "out-log" -version = "0.1.6" +version = "0.1.7" 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 a25c9e4..5b4da8a 100644 --- a/crates/nodes/out-log/CHANGELOG.md +++ b/crates/nodes/out-log/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.7 (2025-10-27) + +### Features + +- Release with the _s name + ## 0.1.6 (2025-10-04) ### Fixes diff --git a/crates/nodes/out-log/Cargo.toml b/crates/nodes/out-log/Cargo.toml index 04f433d..52045be 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.6" +version = "0.1.7" [lib] crate-type = ["cdylib"]