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

chore: Release v1.0.0-rc7 #179

Merged
merged 2 commits into from
Apr 20, 2023
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

### Bug Fixes
* (finschia-sdk) [\#178](https://github.com/Finschia/finschia/pull/178) Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7

### Breaking Changes

Expand All @@ -50,6 +49,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Docs


## [v1.0.0-rc7](https://github.com/Finschia/finschia/releases/tag/v1.0.0-rc7) - 2023-04-20

### Bug Fixes
* (finschia-sdk) [\#178](https://github.com/Finschia/finschia/pull/178) Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7


## [v1.0.0-rc6](https://github.com/Finschia/finschia/releases/tag/v1.0.0-rc6) - 2023-04-19

### Build, CI
Expand Down
17 changes: 4 additions & 13 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# Finschia v1.0.0-rc6 Release Note

## What's Changes
* Rename and bump up dependencies by @0Tech in https://github.com/Finschia/finschia/pull/176
* rename the following dependencies (and update scripts when necessary)
* github.com/line/lbm-sdk => github.com/Finschia/finschia-sdk
* github.com/line/ostracon => github.com/Finschia/ostracon
* github.com/line/ibc-go => github.com/Finschia/ibc-go
* github.com/line/wasmd => github.com/Finschia/wasmd
* bump up Finschia/finschia-sdk
* chore: change import path to github.com/Finschia/finschia-sdk
* fix: not to throw error when no txs in block
* refactor: refactor x/token,collection query errors
* change the ci runners from self-hosted to ubuntu-latest
* Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7
* fix state breaking change problem of v1.0.0-rc5

## Base sub modules
* Ostracon: [v1.0.10-0.20230417090415-bc3f5693b6a1](https://github.com/Finschia/ostracon/tree/bc3f5693b6a15644dd313d23760280efe7a385a8)
* finschia-sdk: [v0.47.0-rc6](https://github.com/Finschia/finschia-sdk/tree/v0.47.0-rc6)
* finschia-sdk: [v0.47.0-rc7](https://github.com/Finschia/finschia-sdk/tree/v0.47.0-rc7)
* Finschia/wasmd: [v0.1.3](https://github.com/Finschia/wasmd/tree/v0.1.3)
* Finschia/ibc-go: [v3.3.3](https://github.com/Finschia/ibc-go/tree/v3.3.3)

Full Changelog: [v1.0.0-rc5...v1.0.0-rc6](https://github.com/Finschia/finschia/compare/v1.0.0-rc5...v1.0.0-rc6)
Full Changelog: [v1.0.0-rc6...v1.0.0-rc7](https://github.com/Finschia/finschia/compare/v1.0.0-rc6...v1.0.0-rc7)