chore: prepare core,tx,collections changelogs and update mergify config for v0.5 (#16442)

This commit is contained in:
Julien Robert 2023-06-07 20:27:57 +02:00 committed by GitHub
parent 393af6c645
commit cfeb10287d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 13 deletions

View File

@ -16,6 +16,14 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v0.50.x branch
conditions:
- base=main
- label=backport/v0.50.x
actions:
backport:
branches:
- release/v0.50.x
- name: backport patches to v0.47.x branch
conditions:
- base=main
@ -40,11 +48,3 @@ pull_request_rules:
backport:
branches:
- release/v0.45.x
- name: backport patches to v0.44.x branch
conditions:
- base=main
- label=backport/0.44.x
actions:
backport:
branches:
- release/v0.44.x

View File

@ -31,9 +31,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v0.2.0](https://github.com/cosmos/cosmos-sdk/releases/tag/collections%2Fv0.2.0)
### Features
* [#16074](https://github.com/cosmos/cosmos-sdk/pull/16074) makes the generic Collection interface public, still highly unstable.
* [#16074](https://github.com/cosmos/cosmos-sdk/pull/16074) Makes the generic Collection interface public, still highly unstable.
### API Breaking
@ -41,4 +43,4 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [v0.1.0](https://github.com/cosmos/cosmos-sdk/releases/tag/collections%2Fv0.1.0)
Collections `v0.1.0` is released! Check out the [docs](https://docs.cosmos.network/main/packages/collections) to know how to use the APIs.
Collections `v0.1.0` is released! Check out the [docs](https://docs.cosmos.network/main/packages/collections) to know how to use the APIs.

View File

@ -36,6 +36,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v0.8.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.8.0)
* [#15519](https://github.com/cosmos/cosmos-sdk/pull/15519) Update `comet.VoteInfo` for CometBFT v0.38.
* [#16310](https://github.com/cosmos/cosmos-sdk/pull/16310) Add `gas.Service` and `gas.GasMeter` interfaces.
## [v0.7.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.7.0)
* [#15850](https://github.com/cosmos/cosmos-sdk/pull/15850) Add `comet` and `header` packages.

View File

@ -29,16 +29,19 @@ Ref: https://keepachangelog.com/en/1.0.0/
# Changelog
## Unreleased
## [Unreleased]
## v0.8.0
### Improvements
* [#16340](https://github.com/cosmos/cosmos-sdk/pull/16340): add `DefineCustomGetSigners` API function.
## v0.7.0
### API Breaking
* [#16044](https://github.com/cosmos/cosmos-sdk/pull/16044): rename aminojson.NewAminoJSON -> aminojson.NewEncoder
* [#16044](https://github.com/cosmos/cosmos-sdk/pull/16044): rename aminojson.NewAminoJSON -> aminojson.NewEncoder.
* [#16047](https://github.com/cosmos/cosmos-sdk/pull/16047): aminojson.NewEncoder now takes EncoderOptions as an argument.
* [#16254](https://github.com/cosmos/cosmos-sdk/pull/16254): aminojson.Encoder.Marshal now sorts all fields like encoding/json.Marshal does, hence no more need for sdk.\*SortJSON.
@ -52,7 +55,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements
* [#15871](https://github.com/cosmos/cosmos-sdk/pull/15871)
* [#15871](https://github.com/cosmos/cosmos-sdk/pull/15871)
* `HandlerMap` now has a `DefaultMode()` getter method
* Textual types use `signing.ProtoFileResolver` instead of `protoregistry.Files`
@ -67,6 +70,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* `GetSignersOptions.ProtoFiles` has been renamed to `signing.Options.FileResolver`
### Bug Fixes
* [#15849](https://github.com/cosmos/cosmos-sdk/pull/15849) Fix int64 usage for 32 bit platforms.
## v0.5.1