Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps cosmwasm-schema from 2.2.2 to 3.0.1.

Release notes

Sourced from cosmwasm-schema's releases.

v3.0.1

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v3.0.0

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v3.0.0-rc.1

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v3.0.0-rc.0

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v3.0.0-ibc2.0

This is an unfinished preview release of 3.0 with IBCv2 support.

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.

Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

Changelog

Sourced from cosmwasm-schema's changelog.

[3.0.1] - 2025-06-26

Added

  • cosmwasm-std: Add missing export for ValidatorMetadata (#2511)

#2511: CosmWasm/cosmwasm#2511

[3.0.0] - 2025-06-23

Added

  • cosmwasm-std: Implement From<Uint64> for u{64,128}, From<Uint128> for u128, From<Int64> for i{64,128}, and From<Int128> for i128 (#2268)
  • cosmwasm-std: Implement Uint128::from_{be,le}_bytes and Uint64::from_{be,le}_bytes. (#2269)
  • cosmwasm-std: Added new Ibc2Msg and CosmosMsg::Ibc2 variant (#2340, #2390, #2403)
  • cosmwasm-std: Added ibc2_port to ContractInfoResponse. (#2390, #2403)
  • cosmwasm-vm: Added ibc2_packet_receive entrypoint (#2403)
  • cosmwasm-vm: Add IBC Callbacks entrypoints to the Entrypoints enum. (#2438)
  • cosmwasm-std: Add WriteAcknowledgement to Ibc2Msg - (#2425)
  • cosmwasm-vm: Add ibc2_packet_timeout entrypoint - (#2454)
  • cosmwasm-std: Add Ibc2PacketTimeoutMsg message - (#2454)
  • cosmwasm-std: Add cosmwasm_std::testing::Envs, which is an Env factory for testing environments. It auto-increments block heights and timestamps. It allows for advanced configurations such as custom address prefixes. (#2442)
  • cosmwasm-vm: Add support for ibc2_packet_ack endpoint (#2474)
  • cosmwasm-std: Add support for ibc2_packet_ack endpoint (#2474)
  • cosmwasm-std: Add Ibc2PacketSendMsg message - (#2477)
  • cosmwasm-vm: Add ibc2_packet_send entrypoint (#2477)
  • cosmwasm-std: Add Tx hash to TransactionInfo and make it non exhaustive (#2480)
  • cosmwasm-std: Add WasmQuery::RawRange query to allow querying raw storage ranges of different contracts. (#2471)
  • cosmwasm-std: Add transfer field to IbcDestinationCallbackMsg, providing an easier way to handle an IBC transfer in a destination callback. (#2484)
  • cw-schema/cw-schema-derive: Add new easily compressible schema and associated proc-macro (#2495)
  • cosmwasm-schema: Generate new cw-schemas alongside JSON schemas (#2495)

Changed

  • cosmwasm-std: Deprecate abort feature. The panic handler is now always enabled. (#2337)
  • cosmwasm-std: Document safety invariants of the internal memory repr (#2344)
  • cosmwasm-std: Enforce non-null pointers using ptr::NonNull in the internal memory repr (#2344)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) from 2.2.2 to 3.0.1.
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v2.2.2...v3.0.1)

---
updated-dependencies:
- dependency-name: cosmwasm-schema
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci: skip-changelog Skips the changelog check in CI label Sep 22, 2025
@joemonem joemonem closed this Oct 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/cosmwasm-schema-3.0.1 branch October 28, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: skip-changelog Skips the changelog check in CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant