Skip to content

Bump wac-graph from 0.10.1 to 0.11.0 - #23

Merged
scothis merged 2 commits into
mainfrom
dependabot/cargo/wac-graph-0.11.0
Sep 14, 2026
Merged

Bump wac-graph from 0.10.1 to 0.11.0#23
scothis merged 2 commits into
mainfrom
dependabot/cargo/wac-graph-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps wac-graph from 0.10.1 to 0.11.0.

Release notes

Sourced from wac-graph's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wac@v0.10.1...v0.11.0

Changelog

Sourced from wac-graph's changelog.

Cutting a new release of Wac

To cut a new release, you will need to do the following:

  1. Confirm that CI is green for the commit selected to be tagged and released.

  2. Change the workspace version number in Cargo.toml and the versions for the crates in the workspace dependencies (e.g. wac-parser). Additionally change the version in the result wat files that include a producers section. E.g.: (@producers (processed-by "wac-parser" "0.8.0")). NOTE: Running BLESS=1 cargo test --workspace will regenerate most of these.

  3. Create a pull request with these changes and merge once approved.

  4. Checkout the commit with the version bump from above.

  5. Create and push a new tag with a v and then the version number.

    As an example, via the git CLI:

    # Create a GPG-signed and annotated tag
    git tag -s -m "Wac v0.8.0" v0.8.0
    

    Push the tag to the remote corresponding to bytecodealliance/wac (here 'origin')

    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

  7. Repeat step 2/3 bumping to the version for the next anticipated release with the -dev suffix (e.g. 0.11.0-dev).

Commits
  • 3c74547 Merge pull request #214 from bytecodealliance/release-0.11.0
  • 76b9640 Bump for v0.11.0 release
  • f1a0276 Merge pull request #213 from chenyan2002/yan/bump-wasm-tools
  • ef4f07d bump wasm-tools to 0.258.0
  • 49bab23 Merge pull request #212 from techieyann/deterministic-plug-order
  • 1171a94 Make wac plug output deterministic
  • d833531 Merge pull request #210 from ryan-surname-p/wit-wasip3
  • 21d002b parse_optional_payload helper, negative tests
  • 43db163 Merge pull request #200 from ricochet/implements
  • 47d7975 Support wasip3 wit changes WAC frontend
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/wac-graph-0.11.0 branch from d614c6b to d465f9b Compare September 14, 2026 14:01
dependabot Bot and others added 2 commits September 14, 2026 13:02
Bumps [wac-graph](https://github.com/bytecodealliance/wac) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/bytecodealliance/wac/releases)
- [Changelog](https://github.com/bytecodealliance/wac/blob/main/RELEASE.md)
- [Commits](bytecodealliance/wac@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: wac-graph
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis
scothis force-pushed the dependabot/cargo/wac-graph-0.11.0 branch from e47774a to 8964fbb Compare September 14, 2026 17:04
@scothis
scothis merged commit 5b3b6d0 into main Sep 14, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/wac-graph-0.11.0 branch September 14, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant