From 6321da056577cb3788ff2f519f5e93442bcb5219 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Sun, 21 Jul 2024 10:31:12 +0400 Subject: [PATCH] Release 0.0.16 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbf6f4..87e825b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.16] - 2024-07-21 + +### Added + +- Test decompilation of the binary produced for [`mathlib.fc`](https://github.com/ton-blockchain/ton/blob/5c392e0f2d946877bb79a09ed35068f7b0bd333a/crypto/smartcont/mathlib.fc): PR [#16](https://github.com/tact-lang/ton-opcode/pull/16) + +### Fixed + +- Division instructions parsing: PR [#16](https://github.com/tact-lang/ton-opcode/pull/16) + ## [0.0.15] - 2024-06-09 ### Added diff --git a/package.json b/package.json index db653b0..431d42d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tact-lang/opcode", - "version": "0.0.15", + "version": "0.0.16", "main": "dist/index.js", "repository": "https://github.com/tact-lang/ton-opcode.git", "author": "Steve Korshakov ",