Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20260729-100121.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20260729-100210.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20260729-101327.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20260724-172011.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20260728-150652.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .changes/v0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## v0.5.0 (July 30, 2026)


ENHANCEMENTS:

* Running tfctl, tfctl version, or tfctl --version checks whether there is a newer version of tfctl available and whether `auth login` needs to be run.

* tfctl now detects outdated skills it installed and migrates them to the latest version.


BUG FIXES:

* Using `auth login --dry-run` no longer opens a web browser. --dry-run now appears in argument autocomplete lists.

* Using `profile display --markdown` no longer produces an error.

* Removed Token property from json output when using `profile profiles list --json`, preventing accidental exposure.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.5.0 (July 30, 2026)


ENHANCEMENTS:

* Running tfctl, tfctl version, or tfctl --version checks whether there is a newer version of tfctl available and whether `auth login` needs to be run.

* tfctl now detects outdated skills it installed and migrates them to the latest version.


BUG FIXES:

* Using `auth login --dry-run` no longer opens a web browser. --dry-run now appears in argument autocomplete lists.

* Using `profile display --markdown` no longer produces an error.

* Removed Token property from json output when using `profile profiles list --json`, preventing accidental exposure.

## v0.4.0-beta (July 23, 2026)


Expand Down
Loading