Skip to content

Commit 7b8de20

Browse files
Bring v22.0.1 changes to main (#3528)
1 parent 677ead2 commit 7b8de20

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [wasmvm](https://github.com/CosmWasm/wasmvm) to
2+
[v2.1.5](https://github.com/CosmWasm/wasmvm/releases/tag/v2.1.5)
3+
([\#3519](https://github.com/cosmos/gaia/pull/3519))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [cometbft](https://github.com/cometbft/cometbft) to
2+
[v0.38.17](https://github.com/cometbft/cometbft/releases/tag/v0.38.17)
3+
([\#3523](https://github.com/cosmos/gaia/pull/3523))

.changelog/v22.0.1/summary.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*February 7, 2025*

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## v22.0.1
4+
5+
*February 7, 2025*
6+
7+
### DEPENDENCIES
8+
9+
- Bump [wasmvm](https://github.com/CosmWasm/wasmvm) to
10+
[v2.1.5](https://github.com/CosmWasm/wasmvm/releases/tag/v2.1.5)
11+
([\#3519](https://github.com/cosmos/gaia/pull/3519))
12+
- Bump [cometbft](https://github.com/cometbft/cometbft) to
13+
[v0.38.17](https://github.com/cometbft/cometbft/releases/tag/v0.38.17)
14+
([\#3523](https://github.com/cosmos/gaia/pull/3523))
15+
316
## v22.0.0
417

518
*January 10, 2025*

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ distclean: clean
146146
###############################################################################
147147

148148
GO_VERSION := $(shell cat go.mod | grep -E 'go [0-9].[0-9]+' | cut -d ' ' -f 2)
149-
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION)
149+
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(REQUIRE_GO_VERSION)
150150
COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm/v2 | sed 's/.* //')
151151

152152
# create tag and run goreleaser without publishing

0 commit comments

Comments
 (0)