Skip to content

Commit f9c7752

Browse files
committed
Bump version, update changelog
1 parent 2dfcbc4 commit f9c7752

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.2.3] - 2018-10-06
9+
10+
### Fixed
11+
- RCC configuration for higher clocks, using the wrong multiplyier reg caused issue with time sensative peripherals
12+
13+
### Added
14+
- New TSC Configuration, to set the prescaler and max count value.
15+
816
## [v0.2.2] - 2018-08-25
917
- Fixed documentation link in readme.
1018

@@ -41,7 +49,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4149

4250
- Initial release
4351

44-
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.2...HEAD
52+
[Unreleased]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.3...HEAD
53+
[v0.2.3]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.2...v0.2.3
4554
[v0.2.2]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.1...v0.2.2
4655
[v0.2.1]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.2.0...v0.2.1
4756
[v0.2.0]: https://github.com/mabezdev/stm32l432xx-hal/compare/v0.1.1...v0.2.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.2.2"
3+
version = "0.2.3"
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)