Skip to content

Commit a7988a3

Browse files
authored
chore: bump version to v0.4.1 (#135)
1 parent 89b05e0 commit a7988a3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.1] - 12.08.2025
6+
7+
### Added
8+
9+
- feat(tolk/grammar): support `type int = builtin` and use new syntax for stubs in https://github.com/ton-blockchain/ton-language-server/pull/129
10+
- feat(tolk/grammar): don't use `builtin_type` at all in https://github.com/ton-blockchain/ton-language-server/pull/130
11+
12+
### Fixes
13+
14+
- fix(tolk/completion): fix `onBouncedMessage` completion in https://github.com/ton-blockchain/ton-language-server/pull/134
15+
- fix(tolk/type-inference): correctly handle cyclic structs in https://github.com/ton-blockchain/ton-language-server/pull/133
16+
517
## [0.4.0] - 11.08.2025
618

719
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"BoC",
1313
"TL-B"
1414
],
15-
"version": "0.4.0",
15+
"version": "0.4.1",
1616
"engines": {
1717
"vscode": "^1.63.0"
1818
},

package.server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ton-language-server",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Language Server for the TON Blockchain",
55
"main": "server.js",
66
"keywords": [

0 commit comments

Comments
 (0)