bump version to 0.1.1, add version bump rule to agents.md

This commit is contained in:
2026-03-04 21:26:18 +00:00
parent 71ff667963
commit c6695aef29
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -42,3 +42,4 @@ sigil unlink ~/.config/wezterm/wezterm.lua
## Development ## Development
- When modifying this repo, rebuild and install the binary: `go build -o ~/.local/bin/sigil .` - When modifying this repo, rebuild and install the binary: `go build -o ~/.local/bin/sigil .`
- Bump the version constant in `main.go` for every change (follow semver: bugfix = patch, feature = minor, breaking = major)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"strings" "strings"
) )
const version = "0.1.0" const version = "0.1.1"
func main() { func main() {
if len(os.Args) < 2 { if len(os.Args) < 2 {