Commit 7b8de20 1 parent 677ead2 commit 7b8de20 Copy full SHA for 7b8de20
File tree 5 files changed +21
-1
lines changed
5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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))
Original file line number Diff line number Diff line change
1
+ * February 7, 2025*
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
16
## v22.0.0
4
17
5
18
* January 10, 2025*
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ distclean: clean
146
146
# ##############################################################################
147
147
148
148
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 )
150
150
COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm/v2 | sed 's/.* //')
151
151
152
152
# create tag and run goreleaser without publishing
You can’t perform that action at this time.
0 commit comments