Skip to content

Releases: ignite/cli

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:31
a30c08b

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

v29.10.1

Choose a tag to compare

@julienrbrt julienrbrt released this 16 Jun 13:29
v29.10.1
d401b91

🚀 Highlights

In this new patch release we've included two fixes found by @rnike. Thanks <3

📝 Changelog

Fixes

  • #4931 Fix faucet default denom in generated app config.
  • #4940 Fix generated typed singleton delete simulations to use MsgDelete.

v29.10.0

Choose a tag to compare

@julienrbrt julienrbrt released this 14 Apr 10:16
v29.10.0
ca9f496

🚀 Highlights

In this new minor release a new command ignite s migration has been added to help you scaffold easily module in-place migrations.

📝 Changelog

Features

  • #4902 Scaffold migrations.

Fixes

  • #4910 Resolve qualified and nested RPC request messages.
  • #4909 Ignore context.Canceled errors in Sentry reporting.

v29.9.2

Choose a tag to compare

@julienrbrt julienrbrt released this 23 Mar 17:21
v29.9.2
0e62049

🚀 Highlights

Expedited release to make new options available for Ignite Apps.

📝 Changelog

Changes

  • #4905 Add variadic options in modulecreate.AddModuleToAppConfig.

v29.9.1

Choose a tag to compare

@julienrbrt julienrbrt released this 23 Mar 16:44
v29.9.1
8ae16d2

🚀 Highlights

This patch release fixes an issue when Ignite would freeze when not in daemon mode.
Additionally it makes one function public to help developing better Ignite Apps.

📝 Changelog

Changes

  • #4901 Enable automatic switching to daemon mode when not a terminal.

v29.9.0

Choose a tag to compare

@julienrbrt julienrbrt released this 05 Mar 10:15
v29.9.0
dc103de

🚀 Highlights

This new minor release is packed with new features and bug fixes.
Most importantly, placeholders are no more required in the chain template (yes! finally).
Additionally, we've added custom type array support in scaffolding.
Check out the full changelog below to find out more:

📝 Changelog

Features

  • #4877 Remove app config and ibc add route placeholders.
  • #3094 Add support for arrays with custom types.

Changes

  • #4880 Add possibility to scaffold underscore package.
  • #4878 Improve the xast package readability.
  • #4883 Remove ibc keys placeholders.
  • #4884 Remove autocli placeholders.

Fixes

  • #4886 Fix chain scaffolding checks.
  • #4889 Fix plugin data race.

v29.8.0

Choose a tag to compare

@julienrbrt julienrbrt released this 12 Feb 09:18
v29.8.0
7ef34af

🚀 Highlights

For this new minor release, we've updated the template to support Go 1.26 while waiting for the Cosmos SDK to fix their dependencies.
Additionally, we've improved pkg/httpstatuschecker to allow providing custom http.Client and fixed another bug related to OpenAPI generation.

📝 Changelog

Features

  • #4869 Improve the httpstatuschecker by injecting clients.

Changes

  • #4874 Bump cosmos-sdk version to v0.53.6.
  • #4874 Do not generate unannotated OpenAPI methods.

Fixes

  • #4735 Cleanup xgenny runner to avoid duplicated generators.
  • #4864 Mismatch for message names.
  • #4874 Use latest bytedance/sonic version to support Go 1.26.

v29.7.0

Choose a tag to compare

@julienrbrt julienrbrt released this 27 Jan 11:28
v29.7.0
0211780

🚀 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.

v29.6.2

Choose a tag to compare

@julienrbrt julienrbrt released this 26 Nov 17:35
v29.6.2
1f81516

🚀 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

Choose a tag to compare

@julienrbrt julienrbrt released this 15 Oct 12:23
v29.6.1
d17ee31

🚀 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