diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-03 16:41:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-03 16:41:46 +0300 |
| commit | 3ee19139a95441a3ce10690377de8f453c7aec3f (patch) | |
| tree | b627097b2b2863e493e9ef0f9f4a88057c96c228 /internal/version.go | |
| parent | f3a1a41d92651d6d19ee6b078c0ffdc825015bde (diff) | |
lsp: add 'Hexai: implement unit test' code action for Gov0.4.1
- Generate or append tests to _test.go
- Jump to generated test via showDocument (command + server-initiated)
- Document the feature in docs/go-unit-tests.md
- Prefix action titles with 'Hexai: '
- Bump version to 0.4.1
Diffstat (limited to 'internal/version.go')
| -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 372522c..77c279b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ // Summary: Hexai semantic version identifier used by CLI and LSP binaries. package internal -const Version = "0.4.0" +const Version = "0.4.1" |
