Skip to content

Commit 14af232

Browse files
authored
docs: add core changelog (#16134)
1 parent ddf51cc commit 14af232

File tree

1 file changed

+62
-4
lines changed

1 file changed

+62
-4
lines changed

core/CHANGELOG.md

+62-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,68 @@ Ref: https://keepachangelog.com/en/1.0.0/
3636

3737
## [Unreleased]
3838

39-
### API-Breaking Changes
39+
## [v0.7.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.7.0)
4040

41-
* (store)[14635](https://github.com/cosmos/cosmos-sdk/pull/14635) Add error handling to all methods on the `KVStore` interface
41+
* [#15850](https://github.com/cosmos/cosmos-sdk/pull/15850) Add `comet` and `header` packages.
42+
* [#15923](https://github.com/cosmos/cosmos-sdk/pull/15923) Add `appmodule.HasPrepareCheckState` `appmodule.HasPrecommit` extension interfaces.
43+
* [#15434](https://github.com/cosmos/cosmos-sdk/pull/15434) Add `coin.ParseCoin` for parsing a coin from a string.
44+
* [#15999](https://github.com/cosmos/cosmos-sdk/pull/15999) Add `genesis.GenesisTxHandler` interface.
4245

43-
### Features
46+
## [v0.6.1](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.6.1)
4447

45-
* (genesis) [#15999](https://github.com/cosmos/cosmos-sdk/pull/15999) Add `GenesisTxHandler` interface
48+
* [#15364](https://github.com/cosmos/cosmos-sdk/pull/15364) Add address codec to core.
49+
50+
## [v0.6.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.6.0)
51+
52+
* [#15045](https://github.com/cosmos/cosmos-sdk/pull/15045) Add error return parameter to `RegisterServices` method from `appmodule.HasServices` interface.
53+
* [#14859](https://github.com/cosmos/cosmos-sdk/pull/14859) Simplify event service interface.
54+
55+
## [v0.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.5.1)
56+
57+
* [#14686](https://github.com/cosmos/cosmos-sdk/pull/14686) Add event service.
58+
* [#14735](https://github.com/cosmos/cosmos-sdk/pull/14735) Specify event listener API.
59+
60+
## [v0.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.5.0)
61+
62+
* [#14604](https://github.com/cosmos/cosmos-sdk/pull/14604) Add begin/end block extension interfaces.
63+
* [#14605](https://github.com/cosmos/cosmos-sdk/pull/14605) Add register services extension interface.
64+
65+
## [v0.4.1](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.4.1)
66+
67+
* [#14329](https://github.com/cosmos/cosmos-sdk/pull/14329) Implement basic core API genesis source and target.
68+
69+
## [v0.4.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.4.0)
70+
71+
* [#14416](https://github.com/cosmos/cosmos-sdk/pull/14416) Update core to use cosmos-db instead of tm-db.
72+
* [#14326](https://github.com/cosmos/cosmos-sdk/pull/14326) Remove `appmodule.Service` from core.
73+
74+
## [v0.3.4](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.3.4)
75+
76+
* [#14223](https://github.com/cosmos/cosmos-sdk/pull/14223) Add genesis API.
77+
78+
## [v0.3.3](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.3.3)
79+
80+
* [#14227](https://github.com/cosmos/cosmos-sdk/pull/14227) Add store API.
81+
* [#13696](https://github.com/cosmos/cosmos-sdk/pull/13696) Update `FormatCoins` where empty coins are rendered as "zero".
82+
83+
## [v0.3.2](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.3.2)
84+
85+
* [#13631](https://github.com/cosmos/cosmos-sdk/pull/13631) Add ADR 033 (inter-module communication) Client interface.
86+
87+
## [v0.3.1](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.3.1)
88+
89+
* [#13306](https://github.com/cosmos/cosmos-sdk/pull/13306) Move `FormatCoins` to core.
90+
* [#13607](https://github.com/cosmos/cosmos-sdk/pull/13115) Add `AppModule` tag interface.
91+
92+
## [v0.3.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.3.0)
93+
94+
* [#13115](https://github.com/cosmos/cosmos-sdk/pull/13115) Update core module to depinject changes.
95+
96+
## [v0.2.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.2.0)
97+
98+
* [#12020](https://github.com/cosmos/cosmos-sdk/pull/12020) Use cosmossdk.io/depinject instead of container.
99+
* [#12367](https://github.com/cosmos/cosmos-sdk/pull/12367) Add support for golang_bindings in app.yaml.
100+
101+
## [v0.1.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.1.0)
102+
103+
* [#11914](https://github.com/cosmos/cosmos-sdk/pull/11914) Add core module with app config support.

0 commit comments

Comments
 (0)