Skip to content

Commit 73f537f

Browse files
committed
Increment minor version
1 parent c8d0316 commit 73f537f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Added
1313

14+
### Fixed
15+
16+
## [v0.1.1]
17+
18+
### Changed
19+
20+
### Added
21+
1422
- Implementation of Interface trait for `embedded_hal[_async]` v1.0 SpiDevice
1523
- Implementation of Interface trait for `embedded_hal[_async]` v1.0 SpiBus
1624

1725
### Fixed
1826

1927
- Fix formatting of docstrings
2028

21-
[Unreleased]: https://github.com/JanekGraff/li2dtw12/compare/v0.1.0...HEAD
29+
[Unreleased]: https://github.com/JanekGraff/li2dtw12/compare/v0.1.1...HEAD
30+
[v0.1.1]: https://github.com/JanekGraff/li2dtw12/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lis2dtw12"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Janek Graff <[email protected]>"]
55
repository = "https://github.com/JanekGraff/lis2dtw12-rs"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)