Skip to content

Commit

Permalink
Merge pull request #421 from tonlabs/1.17.0-rc
Browse files Browse the repository at this point in the history
Version 1.17.0
  • Loading branch information
d3p authored Jun 22, 2021
2 parents b4db499 + 9a0556d commit bf4246a
Show file tree
Hide file tree
Showing 23 changed files with 1,832 additions and 266 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.17.0] – 2021-06-21

### New
- Added support of external encryption boxes. [See the documentation](docs/mod_crypto.md#register_encryption_box)
- **Debot module**:
- Dengine waits for completion of all transactions in a chain initiated by debot's onchain call.

## [1.16.1] – 2021-06-16

### New
Expand Down
2 changes: 1 addition & 1 deletion api/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_derive"
version = "1.16.1"
version = "1.17.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_info"
version = "1.16.1"
version = "1.17.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_test"
version = "1.16.1"
version = "1.17.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
Loading

0 comments on commit bf4246a

Please sign in to comment.