Skip to content

Commit

Permalink
Bump minor version. Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Aug 13, 2018
1 parent 6f612f1 commit 297ac3a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

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

### Added
- Idle line detection for Usart Rx
- Idle Line Interrupt listening

### Fixed
- DMA Circular peeking, now correctly resets `consumed_offset`

## v0.1.0 - 2018-08-05

- Initial release

[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1
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.0"
version = "0.1.1"
authors = ["Scott Mabin <MabezDev@gmail.com>"]
description = "Hardware abstraction layer for the stm32l432xx chips"
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## [Documentation](todo)

## [Changelog](https://github.com/mabezdev/stm32l432xx-hal/blob/master/CHANGELOG.md)

## License

Licensed under either of
Expand Down
File renamed without changes
File renamed without changes.

0 comments on commit 297ac3a

Please sign in to comment.