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-rc6 #177

Merged
merged 4 commits into from
Apr 19, 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Docs


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

### Build, CI
* (finschia-sdk,ostracon,wasmd,ibc-go) [\#176](https://github.com/Finschia/finschia/pull/176) Rename and bump up dependencies


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

### Improvements
Expand Down
27 changes: 17 additions & 10 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Finschia v1.0.0-rc5 Release Note
# Finschia v1.0.0-rc6 Release Note

## What's Changes
* Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 by @0Tech in https://github.com/Finschia/finschia/pull/168
* fix license copyright holder and typo by @zemyblue in https://github.com/Finschia/finschia/pull/170
* chore: apply wasmd v0.1.2 by @zemyblue in https://github.com/Finschia/finschia/pull/171
* Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 by @0Tech in https://github.com/Finschia/finschia/pull/172
* 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

## Base sub modules
* Ostracon: [v1.0.9](https://github.com/Finschia/ostracon/tree/v1.0.9)
* lbm-sdk: [v0.47.0-rc5](https://github.com/Finschia/finschia-sdk/tree/v0.47.0-rc5)
* line/wasmd: [v0.1.2](https://github.com/Finschia/wasmd/tree/v0.1.2)
* line/ibc-go: [v3.3.2](https://github.com/Finschia/ibc-go/tree/v3.3.2)
* 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/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-rc4...v1.0.0-rc5](https://github.com/Finschia/finschia/compare/v1.0.0-rc4...v1.0.0-rc5)
Full Changelog: [v1.0.0-rc5...v1.0.0-rc6](https://github.com/Finschia/finschia/compare/v1.0.0-rc5...v1.0.0-rc6)