Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jan 30, 2025
1 parent b33a889 commit d700d63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/near/near-api-rs/compare/v0.4.0...v0.5.0) - 2025-01-30

### Added

- [**breaking**] NEP-413 support (#37)

### Other

- [**breaking**] documented types (#44)
- added cargo words to supported dictionary (#43)
- [**breaking**] added spellcheck (#42)
- [**breaking**] documented all the builders. API changes (#39)
- documented network config (#35)

## [0.4.0](https://github.com/near/near-api-rs/compare/v0.3.0...v0.4.0) - 2024-12-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-api"
version = "0.4.0"
version = "0.5.0"
authors = [
"akorchyn <[email protected]>",
"frol <[email protected]>",
Expand Down

0 comments on commit d700d63

Please sign in to comment.