Skip to content

Commit

Permalink
Release 0.0.16 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Jul 21, 2024
1 parent 3fbebd4 commit 5689bef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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 <[email protected]>",
Expand Down

0 comments on commit 5689bef

Please sign in to comment.