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

Release wasmd v0.3.0 #119

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased](https://github.com/Finschia/wasmd/compare/v0.2.0...HEAD)
## [Unreleased](https://github.com/Finschia/wasmd/compare/v0.3.0...HEAD)

### Features

Expand All @@ -9,11 +9,18 @@
### Bug Fixes

### Breaking Changes
* [\#118](https://github.com/Finschia/wasmd/pull/118) disable custom query
* [\#117](https://github.com/Finschia/wasmd/pull/117) version-up depending wasmvm to v1.1.1-0.12.0

### Build, CI

### Document Updates


## [v0.3.0](https://github.com/Finschia/wasmd/releases/tag/v0.3.0) - 2024.02.27

### Breaking Changes
* [\#118](https://github.com/Finschia/wasmd/pull/118) disable custom query
* [\#117](https://github.com/Finschia/wasmd/pull/117) version-up depending wasmvm to v1.1.1-0.12.0

### Document Updates
* [\#113](https://github.com/Finschia/wasmd/pull/113) add compatibility of wasmd v0.2

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ compatibility list:

| Finschia/wasmd | cosmwasm/wasmd | Finschia/wasmvm | cosmwasm/wasmvm | Finschia/cosmwasm-vm | Finschia/cosmwasm-std | cosmwasm/cosmwasm-vm | cosmwasm/cosmwasm-std |
|----------------|----------------|-----------------|-----------------|----------------------|-----------------------|----------------------|-----------------------|
| 0.3 | 0.29.1 | v1.1.1-0.12.0 | v1.1.1 | | 1.1.9+0.9.0 | | 1.1.9 |
| 0.2 | 0.29.1 | v1.1.1-0.11.6 | v1.1.1 | | 1.1.9+0.8.1 | | 1.1.9 |
| | 0.29 | | v1.1.0 | | | | 1.0-1.1 |
| | 0.28 | | v1.0.0 | | | | 1.0-1.1 |
Expand Down
Loading