diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-20 21:29:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-20 21:29:03 +0200 |
| commit | 40328738dc02fb261bb73338919c3f5a737f8373 (patch) | |
| tree | 0757bfa2ebff003351927fa800f93327298025da /internal | |
| parent | 76faa97675f16caea94b91ce558d3424be281246 (diff) | |
bump version to 0.2.1v0.2.1
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>
Diffstat (limited to 'internal')
| -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 f9b0e51..4570a74 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.2.0" +const Version = "0.2.1" |
