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

Bump cw-storage-plus from 1.2.0 to 2.0.0 #47

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps cw-storage-plus from 1.2.0 to 2.0.0.

Changelog

Sourced from cw-storage-plus's changelog.

[2.0.0] - 2024-03-14

[2.0.0-rc.0] - 2024-02-09

Changed

  • Update to cosmwasm-std 2.0.0-beta.1 (#73)
  • Fix incorrect implementation of KeyDeserialize for (T, U). This required a breaking change to the KeyDeserialize trait. See MIGRATING.md. (#34)
  • Make UniqueIndex PK type parameter mandatory. See MIGRATING.md. (#37)
  • Internally, Prefix::keys now uses [cosmwasm_std::Storage::range_keys]. This improves efficiency if you use cosmwasm-std with the cosmwasm_1_4 feature (#70)

#34: CosmWasm/cw-storage-plus#34 #37: CosmWasm/cw-storage-plus#37 #73: CosmWasm/cw-storage-plus#73

Breaking

  • Remove the Prefix::with_deserialization_functions constructor (#70)
  • MultiIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} and UniqueIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} now return IndexPrefix instead of Prefix. (#70)

#70: CosmWasm/cw-storage-plus#70

Commits
  • 372608a update CHANGELOG
  • 990cc01 bump to cosmwasm-std 2.0.0
  • 659f20a Merge pull request #76 from CosmWasm/bump-cosmwasm-std
  • 1980179 Update changelog
  • 10217a1 Bump cosmwasm-std version
  • 661dd46 Merge pull request #75 from CosmWasm/range_keys-cleanup
  • 24f5484 deduplicate prefix tests
  • 63032f2 refactor: use composition for IndexPrefix
  • e0621ed Merge pull request #74 from CosmWasm/release/2.0.0-beta.0
  • e07d930 Update CHANGELOG cw-std bump entry
  • Additional commits viewable in compare view

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 [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) from 1.2.0 to 2.0.0.
- [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-storage-plus@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: cw-storage-plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2024

Looks like cw-storage-plus is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cw-storage-plus-2.0.0 branch August 13, 2024 07:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants