Skip to content

Commit

Permalink
chore[release]: Tact v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Feb 4, 2025
1 parent 8f71b67 commit 505ad41
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.5.4] - 2025-02-04

### Fixed

- Allowed importing FunC files with `.func` extension. Resolves the `TOB-TACT-1` issue
- Issue understandable error on circular trait dependencies. Resolves the `TOB-TACT-2` issue
- Forbade accessing files via symlinks. Resolves the `TOB-TACT-3` issue
- Bit shift FunC compilation errors for incorrect bit widths. Partially resolves the `TOB-TACT-5` issue
- Streamlined `renameModuleItems` function. Resolves the `TOB-TACT-6` issue
- Documented the parser limitations for nested expressions. Alleviates the `TOB-TACT-7` issue
- Bit shift FunC compilation errors for incorrect bit widths
- Throwing from functions with non-trivial branching in the `try` statement

### Notes

Handling the Unicode in the Tact grammar as per the `TOB-TACT-4` issue has been left unchanged and will be addressed in the future Tact releases.

### Release contributors

- [Anton Trunov](https://github.com/anton-trunov): security audit fixes
- [@verytactical](https://github.com/verytactical): internal review of the security audit fixes
- [Trail of Bits](https://www.trailofbits.com): the security audit of the Tact compiler v1.5.0 (commit 0106ea14857bcf3c40dd10135243d0de96012871) and the audit of the fixes

## [1.5.3] - 2024-11-28

### Changed
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"uncons",
"uninit",
"unixfs",
"verytactical",
"workchain",
"xffff",
"привет"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tact-lang/compiler",
"version": "1.5.3",
"version": "1.5.4",
"repository": {
"type": "git",
"url": "git+https://github.com/tact-lang/tact.git"
Expand Down

0 comments on commit 505ad41

Please sign in to comment.