Skip to content

Commit 6b7493e

Browse files
committed
chore: Release tb6612fng version 0.2.0
1 parent 204de95 commit 6b7493e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
10+
## [0.2.0] - 2023-11-28
911
### Changed
1012
* Due to dependency updates the MSRV has been updated from 1.60 to 1.63. This should only be relevant if you use the `defmt` feature, but we now only test with 1.63 and not older releases, so it's not guaranteed to work otherwise.
1113
* Breaking: the API was migrated from `embedded-hal:0.2` to `embedded-hal:1.0.0-rc1`.
1214
If your HAL does not yet implement this, then please use the previous release of the library.
1315

1416
<!-- next-url -->
15-
[Unreleased]: https://github.com/rursprung/tb6612fng-rs/compare/v0.1.1...HEAD
17+
[Unreleased]: https://github.com/rursprung/tb6612fng-rs/compare/v0.2.0...HEAD
18+
[0.2.0]: https://github.com/rursprung/tb6612fng-rs/compare/v0.1.1...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tb6612fng"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.63"
66

0 commit comments

Comments
 (0)