Skip to content

Commit 297ac3a

Browse files
committed
Bump minor version. Add changelog
1 parent 6f612f1 commit 297ac3a

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
## [Unreleased]
7+
8+
## [v0.1.1] - 2018-08-13
9+
10+
### Added
11+
- Idle line detection for Usart Rx
12+
- Idle Line Interrupt listening
13+
14+
### Fixed
15+
- DMA Circular peeking, now correctly resets `consumed_offset`
16+
17+
## v0.1.0 - 2018-08-05
18+
19+
- Initial release
20+
21+
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...HEAD
22+
[v0.1.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.0...v0.1.1

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.0"
3+
version = "0.1.1"
44
authors = ["Scott Mabin <[email protected]>"]
55
description = "Hardware abstraction layer for the stm32l432xx chips"
66
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## [Documentation](todo)
1010

11+
## [Changelog](https://github.com/mabezdev/stm32l432xx-hal/blob/master/CHANGELOG.md)
12+
1113
## License
1214

1315
Licensed under either of
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)