Skip to content

Commit 2712ff8

Browse files
authored
chore: release (#82)
1 parent 4be301d commit 2712ff8

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/polyprogrammist/near-openapi-client"
1616

1717

1818
[workspace.dependencies]
19-
near-api-types = { path = "types", version = "0.7.2" }
19+
near-api-types = { path = "types", version = "0.7.3" }
2020

2121
borsh = "1.5"
2222
async-trait = "0.1"

api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.7](https://github.com/near/near-api-rs/compare/near-api-v0.7.6...near-api-v0.7.7) - 2025-11-10
11+
12+
### Added
13+
14+
- helper methods to improve dev and test experience ([#83](https://github.com/near/near-api-rs/pull/83))
15+
- added `global_wasm` method to Contract struct ([#81](https://github.com/near/near-api-rs/pull/81))
16+
1017
## [0.7.6](https://github.com/near/near-api-rs/compare/near-api-v0.7.5...near-api-v0.7.6) - 2025-11-03
1118

1219
### Other

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-api"
3-
version = "0.7.6"
3+
version = "0.7.7"
44
rust-version = "1.85"
55
resolver = "2"
66
authors.workspace = true

types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.3](https://github.com/near/near-api-rs/compare/near-api-types-v0.7.2...near-api-types-v0.7.3) - 2025-11-10
11+
12+
### Added
13+
14+
- added assert_failure method similar to assert_success
15+
- helper methods to improve dev and test experience ([#83](https://github.com/near/near-api-rs/pull/83))
16+
1017
## [0.7.2](https://github.com/near/near-api-rs/compare/near-api-types-v0.7.1...near-api-types-v0.7.2) - 2025-11-03
1118

1219
### Other

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "near-api-types"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
resolver = "2"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)