Skip to content

Commit a04f161

Browse files
authored
chore: release v0.4.0 (#24)
1 parent 4eb6ac1 commit a04f161

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/near/near-api-rs/compare/v0.3.0...v0.4.0) - 2024-12-19
11+
12+
### Added
13+
14+
- added ability to specify backup rpc for connecting to the network (#28)
15+
- don't retry on critical errors (query, tx) (#27)
16+
17+
### Other
18+
19+
- updates near-* dependencies to 0.28 release. Removed Cargo.lock (#33)
20+
- [**breaking**] added documentation for root level and signer module (#32)
21+
- added CODEOWNERS (#31)
22+
- removed prelude and filtered entries. (#29)
23+
- replaced SecretBuilder with utility functions (#26)
24+
- [**breaking**] replaced deploy method as a static method (#18)
25+
1026
## [0.3.0](https://github.com/near/near-api-rs/compare/v0.2.1...v0.3.0) - 2024-11-19
1127

1228
### Added

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.3.0"
3+
version = "0.4.0"
44
authors = [
55
"akorchyn <[email protected]>",
66

0 commit comments

Comments
 (0)