File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
9+
10+ ## [ 1.0.0] - 2024-09-23
911### Added
1012
1113* Add a ` current_standby() ` method to check if the driver is currently in standby mode.
@@ -43,5 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345 If your HAL does not yet implement this, then please use the previous release of the library.
4446
4547<!-- next-url -->
46- [ Unreleased ] : https://github.com/rust-embedded-community/tb6612fng-rs/compare/v0.2.0...HEAD
48+ [ Unreleased ] : https://github.com/rust-embedded-community/tb6612fng-rs/compare/v1.0.0...HEAD
49+ [ 1.0.0 ] : https://github.com/rust-embedded-community/tb6612fng-rs/compare/v0.2.0...v1.0.0
4750[ 0.2.0 ] : https://github.com/rust-embedded-community/tb6612fng-rs/compare/v0.1.1...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " tb6612fng"
3- version = " 0.2 .0"
3+ version = " 1.0 .0"
44edition = " 2021"
55rust-version = " 1.81"
66
You can’t perform that action at this time.
0 commit comments