Skip to content

Commit d317d36

Browse files
committed
Bump patch version, update change log
1 parent ff3936b commit d317d36

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.2.1] - 2018-08-25
9+
10+
### Added
11+
- Timer implementations for timer15 & timer 16
12+
- Two new TSC API's, `read` & `read_unchecked`
13+
- `read` checks the supplied pin is the pin we are reading
14+
- `read_unchecked` returns the contents of the count register
15+
16+
### Fixed
17+
- Channel pins do not require Schmitt trigger hysteresis
18+
819
## [v0.2.0] - 2018-08-21
920

1021
### Breaking
@@ -27,7 +38,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2738

2839
- Initial release
2940

30-
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...HEAD
41+
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.1...HEAD
42+
[v0.2.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...v0.2.1
3143
[v0.2.0]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...v0.2.0
3244
[v0.1.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1
3345
[v0.1.0]: https://github.com/MabezDev/stm32l432xx-hal/tree/v0.1.0

0 commit comments

Comments
 (0)