Skip to content

Commit

Permalink
chore: release v0.8.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Aug 21, 2024
1 parent 8a7310a commit 370bcf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0](https://github.com/khorolets/near-ledger-rs/compare/v0.7.2...v0.8.0) - 2024-08-21

### Added
- [**breaking**] remove direct near dependencies from near-ledger ([#22](https://github.com/khorolets/near-ledger-rs/pull/22))

### Other
- [**breaking**] updated near-* to 0.25.0 ([#20](https://github.com/khorolets/near-ledger-rs/pull/20))

## [0.7.2](https://github.com/khorolets/near-ledger-rs/compare/v0.7.1...v0.7.2) - 2024-08-08

### Other
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-ledger"
version = "0.7.2"
version = "0.8.0"
edition = "2018"
authors = ["Bohdan Khorolets <[email protected]>"]
description = "Transport library to integrate with NEAR Ledger app"
Expand Down

0 comments on commit 370bcf1

Please sign in to comment.