Skip to content

Releases: jfrappier/tfsprout

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:30
Immutable release. Only release title and notes can be modified.
docs: finalize CHANGELOG for the v0.2.0 release

Drop the "(Unreleased)" marker and sort the FEATURES entries by check
ID. The release workflow publishes this section verbatim as the GitHub
release body, so it has to be right before the tag is pushed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PC34N5EV831sBNRKP74k3Z

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:58
v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:01
9cc9ce0

NOTES

  • tfsprout is a fork of tfproviderlint, a static analysis tool for Terraform Providers. This release renames the project and its commands (tfproviderlint -> tfsprout, tfproviderlintx -> tfsproutx) and updates the Go module path to github.com/jfrappier/tfsprout. No lint check functionality has changed. For the history prior to the fork, see the upstream tfproviderlint CHANGELOG.
  • v0.1.0 is intended as a drop-in replacement for the last tfproviderlint release: the lint checks and their behavior are identical, and there are no new features. Only the project name, command names, and module path have changed. Migrating is a matter of swapping the binary/command names (tfproviderlint -> tfsprout, tfproviderlintx -> tfsproutx).