Skip to content

Commit e0fde4a

Browse files
authoredAug 18, 2024··
chore[release]: Tact v1.4.4 (#714)
1 parent 5281e44 commit e0fde4a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Initial version of the API providing AST equivalence check: PR [#689](https://github.com/tact-lang/tact/pull/689)
13-
1412
### Changed
1513

1614
### Fixed
1715

16+
## [1.4.4] - 2024-08-18
17+
18+
### Added
19+
20+
- Initial version of the API providing AST equivalence check: PR [#689](https://github.com/tact-lang/tact/pull/689)
21+
22+
### Fixed
23+
1824
- Returning `self` from getters is now allowed: PR [#666](https://github.com/tact-lang/tact/pull/666)
1925
- Remainder fields in the middle of a struct are now forbidden: PR [#697](https://github.com/tact-lang/tact/pull/697)
2026
- Defining two native functions from the same FunC function now does not fail compilation: PR [#699](https://github.com/tact-lang/tact/pull/699)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tact-lang/compiler",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/tact-lang/tact.git"

0 commit comments

Comments
 (0)
Please sign in to comment.