Skip to content

Commit 77dffa7

Browse files
committed
Bump version adn update changelog
1 parent b5deff2 commit 77dffa7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.2.0] - 2018-08-21
9+
10+
### Breaking
11+
- GPIO type signature changed to allow pin state and alterante function to be encoded in the pin type.
12+
13+
### Added
14+
- Touch sense controller peripheral support
15+
- Easy to use blocking API with interrupt support too
16+
817
## [v0.1.1] - 2018-08-13
918

1019
### Added
@@ -18,5 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1827

1928
- Initial release
2029

21-
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...HEAD
30+
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...HEAD
31+
[v0.2.0]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...v0.2.0
2232
[v0.1.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1
33+
[v0.1.0]: https://github.com/MabezDev/stm32l432xx-hal/tree/v0.1.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 = "stm32l432xx-hal"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Scott Mabin <MabezDev@gmail.com>"]
55
description = "Hardware abstraction layer for the stm32l432xx chips"
66
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]

0 commit comments

Comments
 (0)