Skip to content

Commit ce67886

Browse files
authored
chore: bump version to v0.5.0 (#171)
1 parent 9dad68d commit ce67886

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.0] - 19.09.2025
6+
7+
### Tolk
8+
9+
- feat(tolk): add constant evaluator, inlay hints for evaluated constants and show this value on hover in https://github.com/ton-blockchain/ton-language-server/pull/150
10+
- feat(tolk): support `readonly` and `private` modifiers from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/156
11+
- feat(tolk): support assembly get methods in https://github.com/ton-blockchain/ton-language-server/pull/147
12+
- feat(tolk): support enums from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/143
13+
- feat(tolk): use the latest tests and stdlib from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/164
14+
- feat(tolk/highlighting): support highlighting for `enum`, `readonly` and `private` keywords in https://github.com/ton-blockchain/ton-language-server/pull/141
15+
- feat(tolk/inlay-hints): don't show `constString` parameter hint for compile-time stdlib functions in https://github.com/ton-blockchain/ton-language-server/pull/151
16+
- feat(tolk/inspections): add `CallArgumentsCountMismatch` inspection in https://github.com/ton-blockchain/ton-language-server/pull/138
17+
- feat(tolk/inspections): warn about unused `packToBuilder` and `unpackFromSlice` methods for non-alias types and with wrong signature in https://github.com/ton-blockchain/ton-language-server/pull/158
18+
- fix(tolk): fix completion for enums in https://github.com/ton-blockchain/ton-language-server/pull/157
19+
- fix(tolk/grammar): fix triple quote string parsing in https://github.com/ton-blockchain/ton-language-server/pull/153
20+
- refactor(tolk): small fixes in https://github.com/ton-blockchain/ton-language-server/pull/144
21+
- refactor(tolk/type-inference): simplify type inference implementation in https://github.com/ton-blockchain/ton-language-server/pull/162
22+
23+
### FunC
24+
25+
- fix(func/inspections): support transitively includes in https://github.com/ton-blockchain/ton-language-server/pull/159
26+
27+
### Other
28+
29+
- chore(ci): enabled the `FunC` build by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/168
30+
- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/ton-blockchain/ton-language-server/pull/165
31+
- chore: add missed commas in README.md in https://github.com/ton-blockchain/ton-language-server/pull/139
32+
- chore: update tolkfmt with enum support in https://github.com/ton-blockchain/ton-language-server/pull/145
33+
- feat(ci): checking packages for vulnerabilities by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/166
34+
535
## [0.4.1] - 12.08.2025
636

737
### 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.1",
15+
"version": "0.5.0",
1616
"engines": {
1717
"vscode": "^1.63.0"
1818
},

0 commit comments

Comments
 (0)