+4
CHANGELOG.md
+4
CHANGELOG.md
···
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+
## v0.12.0 -- 2024-12-09
9
+
10
+
Upgraded the `tree-sitter` dependency to version 0.24.
11
+
12
## v0.11.3 -- 2024-05-29
13
14
### Library
+1
-1
Cargo.toml
+1
-1
Cargo.toml
+1
-1
README.md
+1
-1
README.md
+6
vscode/CHANGELOG.md
+6
vscode/CHANGELOG.md
···
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+
## 0.1.2 -- 2023-12-09
9
+
10
+
### Added
11
+
12
+
- Add missing `else` keyword
13
+
14
## 0.1.1 -- 2023-06-01
15
16
### Added