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
6
6
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
+
10
+ ## [ 1.0.0] - 2024-09-23
9
11
### Added
10
12
11
13
* 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
43
45
If your HAL does not yet implement this, then please use the previous release of the library.
44
46
45
47
<!-- 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
47
50
[ 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 1
1
[package ]
2
2
name = " tb6612fng"
3
- version = " 0.2 .0"
3
+ version = " 1.0 .0"
4
4
edition = " 2021"
5
5
rust-version = " 1.81"
6
6
0 commit comments