diff --git a/CHANGELOG.md b/CHANGELOG.md index f6549b6cf..94a0edb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,11 +32,18 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the: - Add `terramate script info ` to show details about a script. - Add `terramate script run ` to run a script in all relevant stacks. - Add `stack_filter` block to `generate_hcl` for path-based conditional generation. +- Promote experimental commands + - `terramate debug show metadata` + - `terramate debug show globals` + - `terramate debug show generate-origins` + - `terramate debug show runtime-env` +- Improvements in the output of `list`, `run` and `create` commands. ### Fixed - fix(generate): blocks with context=root were ignored if defined in stacks. - fix: experimental eval/partial-eval/get-config-value wrongly interprets the output as a formatter. +- fix: change detector cannot read user's git config ## 0.4.3 diff --git a/VERSION b/VERSION index 5d47ff8c4..9b1965a4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.4-dev +0.4.4-rc3