From 193eb43c9370a8d5c8479e98a522f2e950423428 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 5 Nov 2025 16:34:04 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Add=20CHANGELOG=20update=20r?= =?UTF-8?q?equirement=20to=20Git=20Flow=20Workflow=20guidelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index e2e6343..c10b6e7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -33,6 +33,7 @@ - `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 From 27c3f54e71e5765a57de52ab28ec07dd662781f2 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 5 Nov 2025 16:35:59 -0600 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG=20for=20v?= =?UTF-8?q?0.0.7=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a3f53..46990e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 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