diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-20 21:24:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-20 21:24:23 +0200 |
| commit | 521cd636a9908adbe5f926bf30ade23af150e54e (patch) | |
| tree | 9c0b19e2bcb3e882cb22171f988273898e2dba2f /internal/version | |
| parent | 0d3e15caf1d09e94e66946bdbc98001465d7f9f7 (diff) | |
bump version to 0.2.0v0.2.0
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>
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 3178b50..f9b0e51 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version is the application version. -const Version = "0.1.0" +const Version = "0.2.0" |
