-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb11605
commit 0455db9
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
# Cosmos SDK v0.52.0-rc.1 Release Notes | ||
# Cosmos SDK v0.52.0-rc.2 Release Notes | ||
|
||
We've just released a release candidate for the Cosmos SDK v0.52.0. | ||
APIs should now be stable, and we encourage everyone to start integrating with this release candidate. | ||
This second release canditate include bug fixes found during integration. | ||
Additionally, it bumps the SDK dependencies to their final release: | ||
|
||
This release is the first totally modular release of the Cosmos SDK. Many components have been extracted in their own modules. Refer to the [version matrix](https://github.com/cosmos/cosmos-sdk?tab=readme-ov-file#version-matrix) to understand what it means. | ||
* cosmossdk.io/core v1.0.0 | ||
* cosmossdk.io/collection v1.0.0 | ||
* cosmossdk.io/schema v1.0.0 | ||
* cosmossdk.io/x/tx v1.0.0 | ||
|
||
Modules remained stable and nothing has changed since their first release candidate. | ||
We encourage chains to already start integrating with this release candidate as APIs are stable. | ||
|
||
Cosmos SDK Olympus is the first totally modular (as in package) release of the Cosmos SDK. Many components have been extracted in their own modules. Refer to the [version matrix](https://github.com/cosmos/cosmos-sdk?tab=readme-ov-file#version-matrix) to understand what it means. | ||
|
||
A final release is expected in the coming **days**. | ||
|
||
Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.52.x/CHANGELOG.md) for an exhaustive list of changes. | ||
Refer to the [UPGRADING.md](https://github.com/cosmos/cosmos-sdk/blob/release/v0.52.x/UPGRADING.md) for upgrading your application. | ||
|
||
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/release/v0.50.x...release/v0.52.x | ||
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.52.0-rc.1...v0.52.0-rc. | ||
`v0.50..v0.52`: https://github.com/cosmos/cosmos-sdk/compare/release/v0.50.x...release/v0.52.x |