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.2.0 #110

Merged
merged 2 commits into from
Oct 19, 2023
Merged
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
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

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

### Features

### Improvements

### Bug Fixes

### Breaking Changes

### Build, CI

### Document Updates


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

### Features
* [\#61](https://github.com/Finschia/wasmd/pull/61) bumpup ibc-go to v4
Expand Down Expand Up @@ -37,13 +52,11 @@
* [\#95](https://github.com/Finschia/wasmd/pull/95) add a test case to verify ContractInfo gets correct IBCPortID
* [\#101](https://github.com/Finschia/wasmd/pull/101) move helper method out of generated file

### Breaking Changes

### Build, CI
* [\#104](https://github.com/Finschia/wasmd/pull/104) change depending wasmvm to v1.1.1-0.11.4-rc1
* [\#60](https://github.com/Finschia/wasmd/pull/60) Update golang version to 1.20
* [\#105](https://github.com/Finschia/wasmd/pull/105) change depending finschia-sdk to v0.48.0-rc2 and backport #81
* [\#108](https://github.com/Finschia/wasmd/pull/108) version bump of ostracon, finschia-sdk and wasmvm
* [\#109](https://github.com/Finschia/wasmd/pull/109) version bump of ostracon, finschia-sdk and wasmvm

### Document Updates
* [\#54](https://github.com/Finschia/wasmd/pull/54) add documentation about errors (codespace and codes)
Expand Down