chore: add simsx labels & more (#21776)

This commit is contained in:
Julien Robert
2024-09-18 08:11:18 +00:00
committed by GitHub
parent 0042db5ea3
commit 355f66f7ff
12 changed files with 18 additions and 31 deletions
+2 -1
View File
@@ -36,11 +36,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v1.0.0-alpha.3](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv1.0.0-alpha.3)
### Features
* [#21719](https://github.com/cosmos/cosmos-sdk/pull/21719) Make `core/event` as a type alias of `schema/appdata`.
<!-- ## [v1.0.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv1.0.0) -->
## [v1.0.0-alpha.2](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv1.0.0-alpha.2)
### Features
+3 -3
View File
@@ -1,11 +1,11 @@
module cosmossdk.io/core
// Core is meant to have zero dependencies, so we can use it as a dependency
// Core is meant to have only a dependency on cosmossdk.io/schema, so we can use it as a dependency
// in other modules without having to worry about circular dependencies.
go 1.23
require cosmossdk.io/schema v0.3.0
// Version tagged too early and incompatible with v0.50 (latest at the time of tagging)
retract v0.12.0
require cosmossdk.io/schema v0.2.0
+2 -2
View File
@@ -1,2 +1,2 @@
cosmossdk.io/schema v0.2.0 h1:UH5CR1DqUq8yP+5Np8PbvG4YX0zAUsTN2Qk6yThmfMk=
cosmossdk.io/schema v0.2.0/go.mod h1:RDAhxIeNB4bYqAlF4NBJwRrgtnciMcyyg0DOKnhNZQQ=
cosmossdk.io/schema v0.3.0 h1:01lcaM4trhzZ1HQTfTV8z6Ma1GziOZ/YmdzBN3F720c=
cosmossdk.io/schema v0.3.0/go.mod h1:RDAhxIeNB4bYqAlF4NBJwRrgtnciMcyyg0DOKnhNZQQ=