Skip to content

Commit b3a6cd1

Browse files
committed
0.8.1
1 parent 1f01e4b commit b3a6cd1

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.8.1] - 2026-07-02
2+
3+
### Bug Fixes
4+
5+
- Restore strict typing after dependency update ([4cf07d1](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/4cf07d1b9c36efe73b45c71ea6f1f9fefc7a4305))
6+
- Correct extension ID in integration tests ([1f01e4b](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/1f01e4b7c3259bab6d7c94c02abd04ff7b0b855c))
7+
8+
### Miscellaneous Tasks
9+
10+
- [**breaking**] Upgrade minimal supported vs code version to 1.120+ and increase node to 24.x ([ed90b16](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/ed90b160f0643968ace1a358587da4ac64d68ac2))
11+
- [**breaking**] Update deps ([9c8a8c0](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/9c8a8c0053ad12805dff569c8906317b66abc500))
12+
- Update vscode engine requirement to ^1.125.0 ([6c4aa48](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/6c4aa48a4f6716a5f36475af839e0e8c1e41400e))
13+
114
## [0.8.0] - 2026-07-02
215

316
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "soar-tools",
33
"displayName": "Soar Tools",
44
"description": "Soar support with LSP, MCP, datamap tools, syntax highlighting, and debugging interface",
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"publisher": "tha-embedded-systems-lab",
77
"license": "MIT",
88
"icon": "doc/Images/icon.png",

0 commit comments

Comments
 (0)