Skip to content

Commit 56f735f

Browse files
committed
chore(bindings): bump bindings and fixtures to v0.10.5
1 parent 94887cc commit 56f735f

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

bindings/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.5] - 2026-03-03
11+
12+
### Changed
13+
14+
- Updated bindings from TNT Core contracts
15+
1016
## [0.10.4] - 2026-02-24
1117

1218
### Changed
@@ -220,7 +226,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220226
- Raw ABI JSON exports via `abi` module
221227
- `TNT_CORE_VERSION` constant for commit tracking
222228

223-
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.4...HEAD
229+
[Unreleased]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.5...HEAD
224230
[0.1.0]: https://github.com/tangle-network/tnt-core/releases/tag/bindings-v0.1.0
225231
[0.4.1]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.0...bindings-v0.4.1
226232
[0.4.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.4.1...bindings-v0.4.2
@@ -251,3 +257,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251257
[0.10.2]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.0...bindings-v0.10.2
252258
[0.10.3]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.2...bindings-v0.10.3
253259
[0.10.4]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.3...bindings-v0.10.4
260+
[0.10.5]: https://github.com/tangle-network/tnt-core/compare/bindings-v0.10.4...bindings-v0.10.5

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tnt-core-bindings"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Rust bindings for TNT Core Solidity contracts (Tangle staking protocol)"

bindings/TNT_CORE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da2b9a8f57e6bf0af537b58c6f58f4b9fe0f5b67
1+
94887cc700a5255a4c8d31b48cf2634d15f7a499

fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tnt-core-fixtures"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Local testnet fixture data for TNT Core"

0 commit comments

Comments
 (0)