summaryrefslogtreecommitdiff
path: root/internal/version
AgeCommit message (Collapse)Author
2026-03-08incrementv0.2.40.2.4Paul Buetow
2026-03-08decrementPaul Buetow
2026-03-08incrementPaul Buetow
2026-03-03chore: bump version to 0.2.3v0.2.30.2.3Paul Buetow
2026-02-28bump version to 0.2.2v0.2.20.2.2Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019ca323-dde1-73ac-97f0-cebfae5922a5 Co-authored-by: Amp <amp@ampcode.com>
2026-02-20bump version to 0.2.1v0.2.1Paul Buetow
Performance improvement: - Use transactions for database imports (118x speedup) - Import time reduced from 11.2s to 0.076s Amp-Thread-ID: https://ampcode.com/threads/T-019c7c73-58f9-7516-958d-f30eb17a3bff Co-authored-by: Amp <amp@ampcode.com>
2026-02-20bump version to 0.2.0v0.2.0Paul Buetow
Major improvements: - Apply Go best practices (reorganized types, constructors, methods) - Remove obsolete files (guprecords.raku, compare-with-raku.sh) - Extract processRecordsFile helper function - Fix word-wrapping bug - Support database import/query workflow - Add database-backed uprecords Makefile target Amp-Thread-ID: https://ampcode.com/threads/T-019c7c73-58f9-7516-958d-f30eb17a3bff Co-authored-by: Amp <amp@ampcode.com>
2026-02-20Add Go implementation (goprecords)v0.1.0Paul Buetow
- cmd/goprecords: CLI with import, query, report-from-files, test - internal/goprecords: types, order, aggregate, db, report - internal/version: version constant (0.1.0) - SQLite import (repeatable: clears record table then inserts) - Magefile: Build, Test, Install, Uninstall - Table-driven unit tests; comparison script vs Raku guprecords - .gitignore: *.db, /goprecords binary Co-authored-by: Cursor <cursoragent@cursor.com>