diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-06 10:33:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-06 10:33:55 +0300 |
| commit | 06247527d5170f329b454b42f59a3e4434ab1f4b (patch) | |
| tree | cfa81c8d0845d995bc5184182694e01839ec034c | |
| parent | 5be9532cfa630f4aacd8d879c3e4f5cc316da0fa (diff) | |
chore(version): bump to 0.5.0v0.5.0
| -rw-r--r-- | PROJECTSTATUS.md | 4 | ||||
| -rw-r--r-- | internal/version.go | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/PROJECTSTATUS.md b/PROJECTSTATUS.md index 02ed875..542f011 100644 --- a/PROJECTSTATUS.md +++ b/PROJECTSTATUS.md @@ -2,11 +2,9 @@ ## Code quality -* [X] TODO's in the code to be addressed * [/] No more than 1000 LOC per source file * [/] No more than 50 LOC per function * [/] Each struct type in his own file -* [/] Sufficient unit tests * [ ] Static code analyzer run and fix issues ## Features @@ -15,7 +13,7 @@ * [X] Modify the LLM triggers to be more consistenc. E.g. use >>text here> or >text here> instead of semicolons? * [X] Include unit test coverage reports -* [ ] Change inline triggers to include > to be more consistent with other triggers +* [X] Change inline triggers to include > to be more consistent with other triggers * [ ] Use are more stricter linter for auto-generated code (gofumpt i think is such a linter) ### New features diff --git a/internal/version.go b/internal/version.go index 77c279b..abeac2b 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.1" +const Version = "0.5.0" |
