From c3b960a322556cacfcc229e0556993f62c9b544b Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Fri, 17 Apr 2026 12:46:18 -0600 Subject: [PATCH] Bump version for next anticipated release Signed-off-by: Brian Hardock --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- RELEASE.md | 4 +++- .../tests/encoding/include-resource.wac.result | 2 +- .../wac-parser/tests/encoding/instantiation.wac.result | 2 +- .../tests/encoding/merged-functions.wac.result | 2 +- crates/wac-parser/tests/encoding/resources.wac.result | 2 +- crates/wac-parser/tests/encoding/types.wac.result | 2 +- crates/wac-resolver/tests/registry.rs | 2 +- 9 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af57b89..295fab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4048,7 +4048,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wac-cli" -version = "0.10.0" +version = "0.11.0-dev" dependencies = [ "anyhow", "clap", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "wac-graph" -version = "0.10.0" +version = "0.11.0-dev" dependencies = [ "anyhow", "id-arena", @@ -4101,7 +4101,7 @@ dependencies = [ [[package]] name = "wac-parser" -version = "0.10.0" +version = "0.11.0-dev" dependencies = [ "anyhow", "id-arena", @@ -4128,7 +4128,7 @@ dependencies = [ [[package]] name = "wac-resolver" -version = "0.10.0" +version = "0.11.0-dev" dependencies = [ "anyhow", "futures", @@ -4157,7 +4157,7 @@ dependencies = [ [[package]] name = "wac-types" -version = "0.10.0" +version = "0.11.0-dev" dependencies = [ "anyhow", "id-arena", diff --git a/Cargo.toml b/Cargo.toml index 8905547..4a32806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = { workspace = true } repository = { workspace = true } [workspace.package] -version = "0.10.0" +version = "0.11.0-dev" edition = "2021" authors = ["Peter Huene "] license = "Apache-2.0 WITH LLVM-exception" @@ -59,10 +59,10 @@ native-tls-vendored = ["warg-client?/native-tls-vendored"] members = ["examples/programmatic"] [workspace.dependencies] -wac-parser = { path = "crates/wac-parser", version = "0.10.0", default-features = false } -wac-resolver = { path = "crates/wac-resolver", version = "0.10.0", default-features = false } -wac-graph = { path = "crates/wac-graph", version = "0.10.0" } -wac-types = { path = "crates/wac-types", version = "0.10.0" } +wac-parser = { path = "crates/wac-parser", version = "0.11.0-dev", default-features = false } +wac-resolver = { path = "crates/wac-resolver", version = "0.11.0-dev", default-features = false } +wac-graph = { path = "crates/wac-graph", version = "0.11.0-dev" } +wac-types = { path = "crates/wac-types", version = "0.11.0-dev" } wit-parser = "0.247.0" wasmparser = "0.247.0" wit-component = "0.247.0" diff --git a/RELEASE.md b/RELEASE.md index e34cbb6..3ce834f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -23,4 +23,6 @@ To cut a new release, you will need to do the following: git push origin v0.8.0 ``` -6. Pushing the tag upstream will trigger the release actions which creates a release and publishes the crates in this workspace to `crates.io` \ No newline at end of file +6. Pushing the tag upstream will trigger the release actions which creates a release and publishes the crates in this workspace to `crates.io` + +7. Repeat step 2/3 bumping to the version for the next anticipated release with the `-dev` suffix (e.g. `0.11.0-dev`). \ No newline at end of file diff --git a/crates/wac-parser/tests/encoding/include-resource.wac.result b/crates/wac-parser/tests/encoding/include-resource.wac.result index bf41596..110c8f4 100644 --- a/crates/wac-parser/tests/encoding/include-resource.wac.result +++ b/crates/wac-parser/tests/encoding/include-resource.wac.result @@ -46,6 +46,6 @@ ) ) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/instantiation.wac.result b/crates/wac-parser/tests/encoding/instantiation.wac.result index 5bd4c0f..f4b72af 100644 --- a/crates/wac-parser/tests/encoding/instantiation.wac.result +++ b/crates/wac-parser/tests/encoding/instantiation.wac.result @@ -84,6 +84,6 @@ (alias export $x4 "foo" (func (;3;))) (export (;4;) "foo" (func 3)) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/merged-functions.wac.result b/crates/wac-parser/tests/encoding/merged-functions.wac.result index 3db31de..2ead71a 100644 --- a/crates/wac-parser/tests/encoding/merged-functions.wac.result +++ b/crates/wac-parser/tests/encoding/merged-functions.wac.result @@ -47,6 +47,6 @@ ) ) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/resources.wac.result b/crates/wac-parser/tests/encoding/resources.wac.result index 9fa772b..a632694 100644 --- a/crates/wac-parser/tests/encoding/resources.wac.result +++ b/crates/wac-parser/tests/encoding/resources.wac.result @@ -50,6 +50,6 @@ (alias export $x "foo" (instance (;2;))) (export (;3;) "foo" (instance 2)) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/types.wac.result b/crates/wac-parser/tests/encoding/types.wac.result index 1f3a2a8..bd17715 100644 --- a/crates/wac-parser/tests/encoding/types.wac.result +++ b/crates/wac-parser/tests/encoding/types.wac.result @@ -171,6 +171,6 @@ (export $p2 (;59;) "p2" (type $p)) (export $q2 (;60;) "q2" (type $q)) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) diff --git a/crates/wac-resolver/tests/registry.rs b/crates/wac-resolver/tests/registry.rs index 4e6f925..c5c6bc8 100644 --- a/crates/wac-resolver/tests/registry.rs +++ b/crates/wac-resolver/tests/registry.rs @@ -113,7 +113,7 @@ export i2.foo as "bar"; (export (;6;) "test:wit/foo" (instance 4)) (export (;7;) "bar" (instance 5)) (@producers - (processed-by "wac-parser" "0.10.0") + (processed-by "wac-parser" "0.11.0-dev") ) ) "#