Skip to content

Commit 5e6b988

Browse files
authored
chore: prepare log, errors and depinject minors (#19010)
1 parent 1e7611f commit 5e6b988

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

collections/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
3232
## [Unreleased]
3333

3434
### Features
35-
* [#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) – Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore.
35+
36+
* [#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) – Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore.
3637

3738
## [v0.4.0](https://github.com/cosmos/cosmos-sdk/releases/tag/collections%2Fv0.4.0)
3839

depinject/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Guiding Principles:
3+
4+
Changelogs are for humans, not machines.
5+
There should be an entry for every single version.
6+
The same types of changes should be grouped.
7+
Versions and sections should be linkable.
8+
The latest version comes first.
9+
The release date of each version is displayed.
10+
Mention whether you follow Semantic Versioning.
11+
12+
Usage:
13+
14+
Change log entries are to be added to the Unreleased section from newest to oldest.
15+
Each entry must include the Github issue reference in the following format:
16+
17+
* [#<issue-number>] Changelog message.
18+
19+
-->
20+
21+
# Changelog
22+
23+
## [Unreleased]
24+
25+
## 1.0.0-alpha.x
26+
27+
Depinject is still in alpha stage even though its API is already quite stable.
28+
There is no changelog during this stage.

errors/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
3131

3232
## [Unreleased]
3333

34+
## [v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/errors%2Fv1.0.1)
35+
3436
### Improvements
3537

3638
* [#18918](https://github.com/cosmos/cosmos-sdk/pull/18918) Improve `IsOf` by returning earlier when the checked error is nil.

log/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Each entry must include the Github issue reference in the following format:
2222

2323
## [Unreleased]
2424

25+
## [v1.3.0](https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.3.0) - 2023-01-10
26+
2527
* [#18916](https://github.com/cosmos/cosmos-sdk/pull/18916) Introduce an option for setting hooks.
2628
* [#18429](https://github.com/cosmos/cosmos-sdk/pull/18429) Support customization of log json marshal.
2729
* [#18898](https://github.com/cosmos/cosmos-sdk/pull/18898) Add `WARN` level.

x/upgrade/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
2525

2626
## [Unreleased]
2727

28+
### State Machine Breaking
29+
30+
* (x/upgrade) [#16244](https://github.com/cosmos/cosmos-sdk/pull/16244) Upgrade module no longer stores the app version but gets and sets the app version stored in the `ParamStore` of baseapp.
31+
2832
## [v0.1.1](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.1) - 2023-12-11
2933

3034
### Improvements
3135

3236
* [#18470](https://github.com/cosmos/cosmos-sdk/pull/18470) Improve go-getter settings.
3337

34-
### State Machine Breaking
35-
36-
* (x/upgrade) [#16244](https://github.com/cosmos/cosmos-sdk/pull/16244) Upgrade module no longer stores the app version but gets and sets the app version stored in the `ParamStore` of baseapp.
37-
3838
## [v0.1.0](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.0) - 2023-11-07
3939

4040
### Features

0 commit comments

Comments
 (0)