Compare commits
No commits in common. "8f585bf7d2039bbeb6c2d128afe5673180ef428d" and "a0e81c108205e5f0e06ed38033609524078c6c00" have entirely different histories.
8f585bf7d2
...
a0e81c1082
2 changed files with 0 additions and 12 deletions
|
|
@ -33,7 +33,6 @@
|
|||
- `hot/version` - Hotfixes for production issues, merge to **both** `stable` and `develop`
|
||||
- `rel/version` - Release preparation branches
|
||||
- **Version tags**: Prefix all version tags with `v` (e.g., `v1.0.2`, `v0.0.6`)
|
||||
- **Releases**: Update CHANGELOG.md with a summary of changes for each new version
|
||||
- **Never commit directly to**: `stable` branch (only merge from `rel/` or `hot/` branches)
|
||||
- **Before starting work**: Ensure you're on `develop` branch or create an appropriate feature branch from it
|
||||
|
||||
|
|
|
|||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,16 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## [0.0.7] - 2025-11-05
|
||||
|
||||
- 🚚 Refactor project structure to follow standard Go layout (cmd/my-log/ and internal/cmd/)
|
||||
- 📝 Add AGENTS.md with comprehensive guidelines for coding agents
|
||||
- ⚡️ Performance improvement: compile regexes only once
|
||||
- ✨ Add support for bang prefix to skip value parsing
|
||||
- 🐛 Fix bang trimming in output
|
||||
- 🔨 Fix Makefile for Darwin compatibility
|
||||
- ✏️ Fix Makefile to avoid unnecessary reruns
|
||||
- ✅ Fix TestMkdirErr on Darwin
|
||||
|
||||
## [0.0.6] - 2024-10-07
|
||||
|
||||
- Update external dependency: go-dateparser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue