Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/bytecodealliance/wasm-tools-go to v0.3.2 #84

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

wasmcloud-automation-app[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/bytecodealliance/wasm-tools-go indirect patch v0.3.0 -> v0.3.2
github.com/bytecodealliance/wasm-tools-go indirect patch v0.3.1 -> v0.3.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bytecodealliance/wasm-tools-go (github.com/bytecodealliance/wasm-tools-go)

v0.3.2

Compare Source

This module has been renamed. Going forward, please use go.bytecodealliance.org instead of github.com/bytecodealliance/wasm-tools-go.

v0.3.1

Compare Source

Added
  • wit-bindgen-go now accepts arguments that control the level of logging output on stderr. Verbose mode (-v or --verbose) will print informational log lines, warnings, and errors. Debug mode (-vv or --debug) will emit finer-grained debugging information. By default, wit-bindgen-go will print warnings or errors.
  • New method (cm.Result).Result() (ok OK, err Err, isErr bool) added to streamline common patterns using result types. It has a value receiver, allowing it to be chained off a function call that returns a Result, eliminating the need to declare a temporary variable. For example: stream, err, isErr := stream.BlockingRead(n)
Fixed
  • #​215: generate variant accessor methods with the correct scope for Go names.
New Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

…to v0.3.2

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@wasmcloud-automation-app wasmcloud-automation-app bot requested a review from a team as a code owner December 23, 2024 21:00
@wasmcloud-automation-app wasmcloud-automation-app bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 23, 2024
@joonas joonas merged commit 4e3587b into main Dec 23, 2024
13 checks passed
@joonas joonas deleted the renovate/github.com-bytecodealliance-wasm-tools-go-0.x branch December 23, 2024 21:05
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant