Skip to content

Commit

Permalink
chore[release]: Tact v1.2.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Feb 29, 2024
1 parent ec0b13c commit 7ed5e05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Fixed

## [1.2.0] - 2024-02-29

### Added
- Augmented assignment operators (`+=`, `-=`, `*=`, `/=` and `%=`): PR [#87](https://github.com/tact-lang/tact/pull/87)
- Binary and octal literals with underscores as numerical separators: PR [#99](https://github.com/tact-lang/tact/pull/99)
Expand Down
2 changes: 1 addition & 1 deletion bin/tact
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const args = arg({
});

if (args['--version']) {
console.log('1.1.5');
console.log('1.2.0');
return;
}

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/compiler",
"version": "1.1.5",
"version": "1.2.0",
"repository": "https://github.com/tact-lang/tact.git",
"homepage": "https://tact-lang.org",
"description": "Tact is a next-gen smart contract language for TON",
Expand Down

0 comments on commit 7ed5e05

Please sign in to comment.