Skip to content

Commit

Permalink
Release finschia-sdk v0.49.1 (#1428)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* chore: correct comment of storeKey

Signed-off-by: 170210 <[email protected]>

* chore: update CHANGLOG.md

Signed-off-by: 170210 <[email protected]>

* fix: fix for comment

Signed-off-by: 170210 <[email protected]>

* chore: fix format

Signed-off-by: 170210 <[email protected]>

* fix: fix for comment

Signed-off-by: 170210 <[email protected]>

* fixup: fix for comment

Signed-off-by: 170210 <[email protected]>

* fixup: fix for comment

Signed-off-by: 170210 <[email protected]>

* fixup: fix for comment

Signed-off-by: 170210 <[email protected]>

* fixup: fix for comment

Signed-off-by: 170210 <[email protected]>

---------

Signed-off-by: 170210 <[email protected]>
(cherry picked from commit 7bd6c82)

# Conflicts:
#	CHANGELOG.md

* fix: fix conflict

Signed-off-by: 170210 <[email protected]>

---------

Signed-off-by: 170210 <[email protected]>
Co-authored-by: Ki <[email protected]>
Co-authored-by: 170210 <[email protected]>
(cherry picked from commit 8c5ab7e)

* chore: apply the changes of #1429

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
zemyblue and mergify[bot] authored Jun 24, 2024
1 parent 8c5ab7e commit 7d2a15f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d2a15f

Please sign in to comment.