Skip to content

Commit df8753d

Browse files
authored
chore: bump version to v0.5.1 (#204)
1 parent af973dc commit df8753d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.1] - 09.11.2025
6+
7+
### Added
8+
9+
- Sandbox by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/177
10+
- feat(vscode): added more `TON`-related extensions to the conflicting by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/179
11+
- feat(sandbox): add a go-to-exit code throw position button if available by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/181
12+
- feat(tlb): add an inlay hint with calculated type hash by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/189
13+
- feat: use the latest TVM specification by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/193
14+
- feat(tolk): support lambdas from Tolk 1.2 by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/202
15+
16+
### Other
17+
18+
- chore(utils): migration from `jssha` to the standard `crypto` library by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/170
19+
- chore(deps): bump the npm_and_yarn group across 3 directories with 1 update by @dependabot[bot] in https://github.com/ton-blockchain/ton-language-server/pull/173
20+
- chore(grammar): removed unnecessary dependencies by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/175
21+
- refactor(all): reformat imports by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/178
22+
- feat(ci): disable grammar synchronization for forks by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/180
23+
- fix(all): rules in editorconfig by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/182
24+
- chore(all): updated yarn to version 4.10.3 by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/183
25+
- fix(ci): `setup-emsdk` action by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/184
26+
- chore(ci): check `stylelint` by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/185
27+
- feat(ci): removed unnecessary launches for building `tree-sitter` by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/186
28+
- chore(ci): for branches, run security checks only when changes are made by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/190
29+
- chore(ci): updated actions versions by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/191
30+
- feat(tree-sitter-tolk): add Rust bindings by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/194
31+
- fix(tree-sitter-tolk): fix Rust bindings by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/195
32+
- fix(tree-sitter-tolk): remove the target folder by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/197
33+
- Remove artifacts and ignore by @Trinketer22 in https://github.com/ton-blockchain/ton-language-server/pull/200
34+
- feat(tolk/fmt): bump tolkfmt version to 0.0.23 by @i582 in https://github.com/ton-blockchain/ton-language-server/pull/203
35+
36+
## New Contributors
37+
38+
- @Trinketer22 made their first contribution in https://github.com/ton-blockchain/ton-language-server/pull/200
39+
540
## [0.5.0] - 19.09.2025
641

742
### Tolk

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

0 commit comments

Comments
 (0)