We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde0b72 commit 62c3becCopy full SHA for 62c3bec
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.0] - 2025-02-27
11
+
12
+`disassembleRoot` now supports any layouts without throwing `LayoutError`.
13
14
## [0.2.0] - 2025-02-20
15
16
- Fixed issues with building as package
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tact-lang/opcode",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"repository": "https://github.com/tact-lang/ton-opcode.git",
5
"author": "Tact Authors",
6
"main": "dist/index.js",
0 commit comments