chore: bump version to 0.4.0
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / functional (push) Has been cancelled

CHANGELOG.md updated with the audit-driven hardening pass spanning
13 findings across cmd/ and internal/. Adds CLAUDE.md documenting
dev workflow, codex review pattern, release process, and homebrew
tap update steps.
This commit is contained in:
sid 2026-05-02 16:05:15 -06:00
parent 373c769d2c
commit 0069198ca6
3 changed files with 268 additions and 1 deletions

View file

@ -22,7 +22,7 @@ var rootCmd = &cobra.Command{
Short: "Forgejo CLI tool - work seamlessly with Forgejo from the command line",
Long: `fj is a command line tool for Forgejo instances (including Codeberg).
It brings pull requests, issues, and other Forgejo concepts to the terminal.`,
Version: "0.3.2",
Version: "0.4.0",
SilenceErrors: true,
}