11# v-analyser Changelog
22
3+ ## [ 0.0.6] - 2025/02/27
4+ Sixth public release.
5+
6+ This release contains mainly installation issue fixes.
7+ You can now install it on all platforms, using an uniform command:
8+ ` v download -RD https://raw.githubusercontent.com/vlang/v-analyzer/main/install.vsh `
9+ It also has improvements to the diagnostic output of the build and install scripts.
10+ V-analyzer has also been fixed to compile with the latest and stricter V versions.
11+ The last notable change is the upgrade of our tree_sitter bindings.
12+
313## [ 0.0.5] - 2024/11/13
414Fifth public release.
515
@@ -26,7 +36,8 @@ Fifth public release.
2636∙ analyzer: support shebang syntax (#34 )
2737∙ analyzer: add inline struct field comments (#52 )
2838∙ analyzer: use build version aware caching (#57 )
29- ∙ analyzer: update parser.c to align with the current development state (#13 ), fixes highlighting for code in between 2 block comments
39+ ∙ analyzer: update parser.c to align with the current development state (#13 ),
40+ fixes highlighting for code in between 2 block comments
3041∙ build: follow a default directory structure for V projects (#25 )
3142∙ build: update install.vsh to make repeated usage of path expand fn obsolete (#24 )
3243∙ install: add debug and dev binaries install (#60 )
@@ -62,7 +73,8 @@ Fifth public release.
6273∙ tree_sitter: add sum type to tree node (#87 )
6374
6475### Documentation:
65- ∙ docs: update README.md with more detailed instructions about how to clone the project locally, fix ` v check-md ` warnings
76+ ∙ docs: update README.md with more detailed instructions about
77+ how to clone the project locally, fix ` v check-md ` warnings
6678∙ docs: fix for Neovim LSP/Mason (#122 )
6779∙ docs: fix typo in readme
6880∙ docs: make submodule info in readme better visible and its commands easier to copy
0 commit comments