Skip to content

Commit cc64d53

Browse files
julienrbrtemidev98
authored andcommitted
chore: prepare v0.47.8 (cosmos#19162)
1 parent 343c6ad commit cc64d53

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737

3838
## [Unreleased]
3939

40+
## [v0.47.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.8) - 2024-01-22
41+
4042
### Improvements
4143

4244
* (client/tx) [#18852](https://github.com/cosmos/cosmos-sdk/pull/18852) Add `WithFromName` to tx factory.
4345
* (types) [#18875](https://github.com/cosmos/cosmos-sdk/pull/18875) Speedup coins.Sort() if len(coins) <= 1.
46+
* (types) [#18888](https://github.com/cosmos/cosmos-sdk/pull/18888) Speedup DecCoin.Sort() if len(coins) <= 1
4447
* (testutil) [#18930](https://github.com/cosmos/cosmos-sdk/pull/18930) Add NodeURI for clientCtx.
4548

4649
### Bug Fixes
@@ -52,7 +55,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
5255

5356
### Improvements
5457

55-
* (types) [#18888](https://github.com/cosmos/cosmos-sdk/pull/18888) Speedup DecCoin.Sort() if len(coins) <= 1
5658
* (x/gov) [#18707](https://github.com/cosmos/cosmos-sdk/pull/18707) Improve genesis validation.
5759
* (server) [#18478](https://github.com/cosmos/cosmos-sdk/pull/18478) Add command flag to disable colored logs.
5860

RELEASE_NOTES.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Cosmos SDK v0.47.7 Release Notes
1+
# Cosmos SDK v0.47.8 Release Notes
22

3-
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/categories/announcements)
3+
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/6)
44

55
## 🚀 Highlights
66

7-
v0.50 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy.
8-
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.2) and enjoy and the new features and performance improvements.
7+
First and foremost, happy new year! 🎉
98

10-
For this 7th patch release of the `v0.47.x` line, some of the notable changes include:
9+
There is no specific notable change in this release apart from the usual bug fixes and improvements.
1110

12-
* A bug fix in the `app.toml` parsing for the `minimum-gas-prices` parameter.
13-
* A bug fix to properly simulate a transaction when using a multisig.
14-
15-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.6...v0.47.7) from last release.
11+
Curious? Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.8/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.7...v0.47.8) from last release.
1612

1713
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.x`.
14+
15+
## Maintenance Policy
16+
17+
v0.50 has been released which means the v0.47.x line is now supported for bug fixes only, as per our release policy.
18+
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.3) and enjoy and the new features and performance improvements.

simapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
cosmossdk.io/tools/rosetta v0.2.1
1111
github.com/cometbft/cometbft v0.37.4
1212
github.com/cometbft/cometbft-db v0.8.0
13-
github.com/cosmos/cosmos-sdk v0.47.2
13+
github.com/cosmos/cosmos-sdk v0.47.8
1414
github.com/golang/mock v1.6.0
1515
github.com/spf13/cast v1.5.0
1616
github.com/spf13/cobra v1.6.1

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
cosmossdk.io/simapp v0.0.0-00010101000000-000000000000
1010
github.com/cometbft/cometbft v0.37.4
1111
github.com/cometbft/cometbft-db v0.8.0
12-
github.com/cosmos/cosmos-sdk v0.47.2
12+
github.com/cosmos/cosmos-sdk v0.47.8
1313
github.com/cosmos/gogoproto v1.4.10
1414
github.com/golang/mock v1.6.0
1515
github.com/google/uuid v1.4.0

0 commit comments

Comments
 (0)