diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e31e3a..e1af4f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.4.1] - 12.08.2025 + +### Added + +- feat(tolk/grammar): support `type int = builtin` and use new syntax for stubs in https://github.com/ton-blockchain/ton-language-server/pull/129 +- feat(tolk/grammar): don't use `builtin_type` at all in https://github.com/ton-blockchain/ton-language-server/pull/130 + +### Fixes + +- fix(tolk/completion): fix `onBouncedMessage` completion in https://github.com/ton-blockchain/ton-language-server/pull/134 +- fix(tolk/type-inference): correctly handle cyclic structs in https://github.com/ton-blockchain/ton-language-server/pull/133 + ## [0.4.0] - 11.08.2025 ### Added diff --git a/package.json b/package.json index 13ded552..99a43490 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "BoC", "TL-B" ], - "version": "0.4.0", + "version": "0.4.1", "engines": { "vscode": "^1.63.0" }, diff --git a/package.server.json b/package.server.json index 7d72bf8f..b51987e1 100644 --- a/package.server.json +++ b/package.server.json @@ -1,6 +1,6 @@ { "name": "ton-language-server", - "version": "0.4.0", + "version": "0.4.1", "description": "Language Server for the TON Blockchain", "main": "server.js", "keywords": [