Skip to content

Commit 163adfb

Browse files
authored
chore[release]: Tact v1.6.1 (#2274)
1 parent 89d9088 commit 163adfb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dev-docs/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2025-03-04
11+
1012
### Language features
1113

1214
- [fix] The `toCell()` method called in a receiver on a contract field that is a struct is now handled correctly: PR [#2186](https://github.com/tact-lang/tact/pull/2186)
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
### Standard Library
1618

1719
- Add the `StateInit.hasSameBasechainAddress` function: PR [#2187](https://github.com/tact-lang/tact/pull/2187)
18-
- Add doc comments for functions and structs: PR [#2267](https://github.com/tact-lang/tact/pull/2267)
20+
- Add doc comments for most functions and structs: PR [#2267](https://github.com/tact-lang/tact/pull/2267)
1921
- Add the `cashback` function: PR [#2241](https://github.com/tact-lang/tact/pull/2241)
2022

2123
### TypeScript wrappers

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/package.json",
33
"name": "@tact-lang/compiler",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/tact-lang/tact.git"

0 commit comments

Comments
 (0)