Skip to content

Commit

Permalink
chore[release]: Tact v1.4.3 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Aug 15, 2024
1 parent 0579766 commit deed501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.4.3] - 2024-08-16

### Fixed

- Parsing of optional nested struct fields does not cause the `Not a tuple` error anymore: PR [#692](https://github.com/tact-lang/tact/pull/692)
- Disallow shadowing of recursive function names: PR [#693](https://github.com/tact-lang/tact/pull/693)
- Better error message for the case when a constant shadows an stdlib identifier: PR [#694](https://github.com/tact-lang/tact/pull/694)
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.4.2",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "git+https://github.com/tact-lang/tact.git"
Expand Down

0 comments on commit deed501

Please sign in to comment.