Releases: stepdown-dev/stepdown-go
v0.1.3
Documentation and help maintenance release. No analyzer behavior, grammar, diagnostic, fixture policy, waiver posture, or invocation semantics changed.
Changed:
- Public README, command help, tests, and active toolchain-contract specs now show the current
go run stepdown.dev/go/cmd/stepdown@v0.1.3 ./...consumption pin.
Verification:
- ./scripts/verify.sh passed locally under go1.26.4.
- GitHub Actions Verify passed on commit eb511f7.
v0.1.2
Maintenance release. No analyzer behavior, grammar, diagnostic, fixture policy, waiver posture, or public invocation changes.
Changed:
- Local and CI verification now run under Go 1.26.4, preserving the Go 1.26 line while moving off the vulnerable 1.26.3 patch.
- Toolchain contract docs and verification fixtures now reflect Go 1.26.4.
Verification:
- ./scripts/verify.sh passed locally under go1.26.4.
- GitHub Actions Verify passed on commit 2b7ef13.
v0.1.1
Rehome only - no functional or grammar changes. The module path is now the vanity import path stepdown.dev/go (repository github.com/stepdown-dev/stepdown-go), owned by Stinnett Holdings LLC. Pin with: go run stepdown.dev/go/cmd/stepdown@v0.1.1 ./... Note: v0.1.0 and earlier remain available under the predecessor module path but do not resolve at stepdown.dev/go.
v0.1.0
Initial release. stepdown enforces top-down declaration order in Go source files through a positive grammar, specified by ADR-0001. Originally published under the predecessor module path; see v0.1.1 for the rehome.