Releases: jfrappier/tfsprout
Releases · jfrappier/tfsprout
Release list
v0.2.0
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
v0.1.0
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 togithub.com/jfrappier/tfsprout. No lint check functionality has changed. For the history prior to the fork, see the upstreamtfproviderlintCHANGELOG. - v0.1.0 is intended as a drop-in replacement for the last
tfproviderlintrelease: 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).