Skip to content

Commit 6fcbfe2

Browse files
authored
chore: release chores for v0.2.4 (#86)
1 parent 5abac15 commit 6fcbfe2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.2.4 (2024-06-07)
4+
5+
- Fixed the geenration of some incorrectly formated query responses [#79](https://github.com/srdtrk/go-codegen/pull/79)
6+
- Allow `MigrateMsg` to be an enum [#79](https://github.com/srdtrk/go-codegen/pull/79)
7+
- Bumped go and golangci-lint versions in the autogenerated github actions. [#65](https://github.com/srdtrk/go-codegen/issues/65) and [#68](https://github.com/srdtrk/go-codegen/issues/68)
8+
- Fixed unnecessary override of `contract_test.go`. [#66](https://github.com/srdtrk/go-codegen/issues/66)
9+
- Fixed the use of incorrect package name in `contract_test.go`. [#82](https://github.com/srdtrk/go-codegen/issues/82)
10+
311
## v0.2.3 (2024-06-05)
412

513
- Removed custom gas from StoreCode in auto-generated test suite [#67](https://github.com/srdtrk/go-codegen/issues/67)

pkg/types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package types
22

33
// Version is the current version of the package
4-
const Version = "0.2.3"
4+
const Version = "0.2.4"

0 commit comments

Comments
 (0)