Skip to content

Commit 26e7671

Browse files
bump version (#116)
1 parent dedc529 commit 26e7671

4 files changed

Lines changed: 30 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [2.18.3] - 2025-07-08
6+
7+
### Changed
8+
- Changed `api.json` file. Added properties related to module account.
9+
10+
511
## [2.18.2] - 2025-07-04
612

713
### Fixes

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
"tvm_vm",
2525
]
2626
[workspace.package]
27-
version = "2.18.2"
27+
version = "2.18.3"
2828

2929
rust-version = "1.76.0"
3030

tools/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.18.2",
2+
"version": "2.18.3",
33
"modules": [
44
{
55
"name": "client",
@@ -15857,4 +15857,4 @@
1585715857
]
1585815858
}
1585915859
]
15860-
}
15860+
}

0 commit comments

Comments
 (0)