From 7d2a15f341f4f64f099ee19b4d1666f8852a33d5 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Mon, 24 Jun 2024 18:30:03 +0900 Subject: [PATCH] Release finschia-sdk v0.49.1 (#1428) * chore: update release changelog for v0.49.1 * docs: correct spec docs of fswap module (backport #1419) (#1429) * docs: correct spec docs of fswap module (#1419) * docs: correct spec docs of fswap module Signed-off-by: 170210 * chore: correct comment of storeKey Signed-off-by: 170210 * chore: update CHANGLOG.md Signed-off-by: 170210 * fix: fix for comment Signed-off-by: 170210 * chore: fix format Signed-off-by: 170210 * fix: fix for comment Signed-off-by: 170210 * fixup: fix for comment Signed-off-by: 170210 * fixup: fix for comment Signed-off-by: 170210 * fixup: fix for comment Signed-off-by: 170210 * fixup: fix for comment Signed-off-by: 170210 --------- Signed-off-by: 170210 (cherry picked from commit 7bd6c8244377257423d83ee0fbf39c56871befc5) # Conflicts: # CHANGELOG.md * fix: fix conflict Signed-off-by: 170210 --------- Signed-off-by: 170210 Co-authored-by: Ki <85928898+170210@users.noreply.github.com> Co-authored-by: 170210 (cherry picked from commit 8c5ab7e7c0e41f8f3d237ac2ee37a8c4878d7dbb) * chore: apply the changes of #1429 --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +------ RELEASE_CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5229e0531..d55520dd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,28 +36,23 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.49.0...HEAD) +## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.49.1...HEAD) ### Features ### Improvements -* (x/fswap) [\#1415](https://github.com/Finschia/finschia-sdk/pull/1415) add more testcases for fswap module -* (style) [\#1427](https://github.com/Finschia/finschia-sdk/pull/1427) Lint all files based on latest setting ### Bug Fixes ### Removed ### Breaking Changes -* (server) [\#1423](https://github.com/Finschia/finschia-sdk/pull/1423) Remove grpc replace directive and refactor grpc-web/rosetta/grpc-gw ### State Machine Breaking ### Event Breaking Changes ### Build, CI -* (build, ci) [\#1410](https://github.com/Finschia/finschia-sdk/pull/1410) Bump Go from 1.20 to 1.22 -* (build) [\#1413](https://github.com/Finschia/finschia-sdk/pull/1413) Update outdated dependencies for v0.49.x ### Document Updates * (docs) [\#1429](https://github.com/Finschia/finschia-sdk/pull/1429) correct spec docs of fswap module diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 88996a3f63..08760bb853 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.49.1](https://github.com/Finschia/finschia-sdk/releases/tag/v0.49.1) - 2024-06-24 + +### Improvements +* (x/fswap) [\#1420](https://github.com/Finschia/finschia-sdk/pull/1420) add more testcases for fswap module (backport #1415) +* (style) [\#1427](https://github.com/Finschia/finschia-sdk/pull/1427) Lint all files based on latest setting (backport #1171, #1417) + +### Breaking Changes +* (server) [\#1423](https://github.com/Finschia/finschia-sdk/pull/1423) Remove grpc replace directive and refactor grpc-web/rosetta/grpc-gw (backport #1153, #1418) + +### Build, CI +* (build, ci) [\#1411](https://github.com/Finschia/finschia-sdk/pull/1411) Bump Go from 1.20 to 1.22 (backport #1410) +* (build) [\#1413](https://github.com/Finschia/finschia-sdk/pull/1413) Update outdated dependencies for v0.49.x + +### Document Updates +* (docs) [\#1429](https://github.com/Finschia/finschia-sdk/pull/1429) correct spec docs of fswap module (backport #1419) + + ## [v0.49.0](https://github.com/Finschia/finschia-sdk/releases/tag/v0.49.0) - 2024-05-27 ### Features