Skip to content

Commit

Permalink
Bump version adn update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Aug 21, 2018
1 parent b5deff2 commit 77dffa7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.0] - 2018-08-21

### Breaking
- GPIO type signature changed to allow pin state and alterante function to be encoded in the pin type.

### Added
- Touch sense controller peripheral support
- Easy to use blocking API with interrupt support too

## [v0.1.1] - 2018-08-13

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

- Initial release

[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/MabezDev/stm32l432xx-hal/tree/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stm32l432xx-hal"
version = "0.1.2"
version = "0.2.0"
authors = ["Scott Mabin <[email protected]>"]
description = "Hardware abstraction layer for the stm32l432xx chips"
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]
Expand Down

0 comments on commit 77dffa7

Please sign in to comment.