Skip to content

Commit

Permalink
Merge pull request #336 from da1suk8/feat/bump_1.5.0
Browse files Browse the repository at this point in the history
feat: bump up cosmwasm from v1.1.9 to v1.5.0
  • Loading branch information
da1suk8 authored Jan 18, 2024
2 parents 0634356 + 65c66f3 commit 40fe435
Show file tree
Hide file tree
Showing 125 changed files with 11,327 additions and 1,584 deletions.
116 changes: 83 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This guide explains what is needed to upgrade contracts when migrating over
major releases of `cosmwasm`. Note that you can also view the
[complete CHANGELOG](./CHANGELOG.md) to understand the differences.

## 1.4.x -> 1.5.0

- Update `cosmwasm-*` dependencies in Cargo.toml (skip the ones you don't use):

```
[dependencies]
cosmwasm-std = "1.5.0"
cosmwasm-storage = "1.5.0"
# ...
[dev-dependencies]
cosmwasm-schema = "1.5.0"
cosmwasm-vm = "1.5.0"
# ...
```

## 1.3.x -> 1.4.0

- Update `cosmwasm-*` dependencies in Cargo.toml (skip the ones you don't use):
Expand Down
Loading

0 comments on commit 40fe435

Please sign in to comment.