diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 17:00:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 17:00:08 +0200 |
| commit | 45661350a0bfd2238727fae4540a1be824dd8a62 (patch) | |
| tree | f44bb5a23bbe7ebe6cef40641f7711272f6ac8ef /internal | |
| parent | e70b14b4c524152a0120adace5e817f0c4e692d6 (diff) | |
chore: Bump version to v0.3.0
- Added boolean operators (gt, lt, gte, lte, eq, neq)
- Implemented boolean-to-number coercion in arithmetic
- Added comprehensive tests for boolean operators
This is a minor version bump (new features).
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index e1ca2b3..2bcc306 100644 --- a/internal/version.go +++ b/internal/version.go @@ -48,4 +48,4 @@ package internal // Example output: // $ gt version // v0.3.0 -const Version = "v0.2.2" +const Version = "v0.3.0" |
