Skip to content

Commit d30eb53

Browse files
committed
Prepare 0.6.2 release
1 parent aac6ed8 commit d30eb53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
12+
## [v0.6.2] - 2025-11-10
13+
1114
- Relax lifetime constraint on `I2CTransfer::transfer` `msgs` reference.
1215
- Derived common traits for public types.
1316

@@ -43,7 +46,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
4346

4447
The changelog for previous versions was not recorded.
4548

46-
[Unreleased]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...HEAD
49+
[Unreleased]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.2...HEAD
50+
[v0.6.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.1...0.6.2
4751
[v0.6.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.6.0...0.6.1
4852
[v0.6.0]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...0.6.0
4953
[v0.5.1]: https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "i2cdev"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
authors = [
66
"Paul Osborne <osbpau@gmail.com>",
77
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"

0 commit comments

Comments
 (0)