Skip to content

Commit e758213

Browse files
mpywclaude
andcommitted
docs: bump suggested version to v0.13.1
- Retract v0.13.0 due to incorrect unused directive detection (#51) - Update README to suggest v0.13.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d85456e commit e758213

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ go run github.com/mpyw/gormreuse/cmd/gormreuse@latest ./...
5757
```
5858

5959
> [!CAUTION]
60-
> To prevent supply chain attacks, pin to a specific version tag instead of `@latest` in CI/CD pipelines (e.g., `@v0.13.0`).
61-
> All versions prior to v0.11.0 have been retracted due to critical bugs.
60+
> To prevent supply chain attacks, pin to a specific version tag instead of `@latest` in CI/CD pipelines (e.g., `@v0.13.1`).
61+
> All versions prior to v0.11.0 and v0.13.0 have been retracted due to critical bugs.
6262
6363
## Flags
6464

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ require (
1616
// * Same violation reported multiple times when closures access parent scope variables
1717
// * Fix generator produced invalid code like "tx = require.NoError(...)" for non-GORM wrappers
1818
retract [v0.1.0, v0.10.2]
19+
20+
// - v0.13.0: Incorrect unused directive detection logic (#51)
21+
// * //gormreuse:pure and //gormreuse:immutable-return incorrectly reported as unused
22+
retract v0.13.0

0 commit comments

Comments
 (0)