Skip to content

Releases: ignite/cli

v29.7.0

27 Jan 11:28
v29.7.0
0211780

Choose a tag to compare

🚀 Highlights

It has been a long time since our last minor release, so happy new year! This one brings new flags to harden the openapi generation.
It has well bumps the Cosmos SDK and CometBFT versions from the default template to fix recently release high security issues in those packages.

📝 Changelog

Changes

  • #4861 Bump CometBFT to v0.38.21
  • #4855 Implement openapi excludes.
  • #4850 Add default GitHub Actions for linting and testing.
  • #4849 Bump cosmos-sdk version to v0.53.5 and minimum Go version to 1.25.

nightly

28 Jan 00:12
31d447a

Choose a tag to compare

nightly Pre-release
Pre-release

Install and move the CLI to your bin directory: curl https://get.ignite.com/cli@nightly! | bash

v29.6.2

26 Nov 17:35
v29.6.2
1f81516

Choose a tag to compare

🚀 Highlights

This patch release bumps the minimum version of Go in the template to avoid issues with the logger library.
Additionally it fixes an issue in the template for getting IBC consensus state from CLI and an indentation error in the proto yaml.

📝 Changelog

Changes

  • #4838 Bump minimum Go version to 1.24.1.

Fixes

  • #4833 IBC consensus state not found.
  • #4844 Fix tabs in proto impl YAML.

v29.6.1

15 Oct 12:23
v29.6.1
d17ee31

Choose a tag to compare

🚀 Highlights

This patch release bumps the template to scaffold a new chain with a version of CometBFT that contains a high severity patch.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

v29.6.0

13 Oct 10:04
v29.6.0
d58673b

Choose a tag to compare

🚀 Highlights

For this minor release, the xast package has been improved again. Allowing you to make better Ignite Apps.
Additionally, we've updated the default app template to use the latest Cosmos Stack.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4825 Bump cosmos-sdk version to v0.53.4 and ibc-go version to v10.4.0.
  • #4828 Add remove func call in xast package.

v29.5.0

10 Oct 12:39
v29.5.0
479013e

Choose a tag to compare

🚀 Highlights

For this minor release, the xast package has been improved. Allowing you to make better Ignite Apps.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4822 Add more functions in xast package and improve its debuggability.

v29.4.2

09 Oct 09:22
v29.4.2
7b82e2d

Choose a tag to compare

🚀 Highlights

For this patch release, we have improved the UI for announcements. We are now able better to give you Ignite updates directly in the CLI.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4811 From this version on, Snapcraft support has been removed. Please migrate to Homebrew for a better experience. Homebrew works for both macOS and GNU/Linux.
  • #4816 Improve announcements UI.

v28.11.2

09 Oct 09:20
v28.11.2
145d2b3

Choose a tag to compare

🚀 Highlights

For this patch release, we have improved the UI for announcements. We are now able better to give you Ignite updates directly in the CLI.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4816 Improve announcements UI.

v29.4.1

06 Oct 12:10
v29.4.1
50bd695

Choose a tag to compare

🚀 Highlights

For this patch release, we have improved the UX and provide buf tokens for our users without during the ts-client generation.
We do still recommend to set your own.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4805 Fetch fallback buf token.
  • #4807 Improve unconfigured path message when building a chain.
  • #4808 Remove unused packages.

v28.11.1

06 Oct 12:03
v28.11.1
990a42a

Choose a tag to compare

🚀 Highlights

For this patch release, we have improved the UX and provide buf tokens for our users without during the ts-client generation.
We do still recommend to set your own.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4813 Fetch fallback buf token.