Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@srdtrk srdtrk released this 22 Jun 13:07
· 1 commit to main since this release
8cb7aa1

Description

This update includes several important bug fixes and a minor enhancement to our API. For detailed information, please refer to the CHANGELOG.

Special thanks

  • A big thank you to @bdeneux for identifying and fixing a bug related to code generation for oneOf definitions when a title is set.
  • I also appreciate @mahiro72 for their valuable contribution to the API design of go-codegen.

What's Changed

  • imp(templates): removed 'GetModuleAddress' helper by @srdtrk in #89
  • Introduce interchaintest add-contract --package-name <package name> options by @mahiro72 in #90
  • Generation of oneOf definitions when title is set by @bdeneux in #92
  • fix: issue when generating QueryClient with titled QueryMsg variants by @srdtrk in #94
  • fix: incorrect json key on enum variants with a number by @srdtrk in #95
  • fix(templates): fixed diagnostics workflow by @srdtrk in #96
  • chore: release chores for v0.2.5 by @srdtrk in #97

New Contributors

Full Diff: v0.2.4...v0.2.5