Releases: Kyonru/tua-lang
Releases · Kyonru/tua-lang
Release list
Tua 0.2.8
Tua 0.2.8
Changed
- Extension registry publishing now starts only after the GitHub release
workflow completes successfully, while retaining manual tag-based recovery. - Version bumps now use
make set-version VERSION=<version>to update the Rust
workspace, Cargo lockfile, and VS Code package metadata together.
Fixed
- Debug-server Make targets now select the platform executable suffix, so LSP
smoke, profiling, ranking, and debugger commands invoketua.exeon Windows.
Tua 0.2.7
Tua 0.2.7
Fixed
- LSP test fixtures now normalize module paths and derive declaration paths
from file URIs, keeping completion and hover assertions portable on Windows.