Skip to content

Commit

Permalink
Merge tag 'v1.5.0' into feat/bump_1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
da1suk8 committed Jan 16, 2024
2 parents 0634356 + 89891f0 commit 78b634a
Show file tree
Hide file tree
Showing 118 changed files with 12,454 additions and 1,460 deletions.
1,363 changes: 1,363 additions & 0 deletions CHANGELOG-pre1.0.0.md

Large diffs are not rendered by default.

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 78b634a

Please sign in to comment.