Skip to content

Commit e578d65

Browse files
committed
Release v0.5.1
1 parent 5b8e883 commit e578d65

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.1] - 2019-12-14
11+
1012
### Added
1113

1214
- Added support for `ExtiPin` pin traits
1315

16+
### Fixed
17+
18+
- Fix SPI2 and 3 using the wrong frequency
19+
- Fix some problems with I2C reads anad writes
20+
21+
1422
## [v0.5.0] - 2019-12-03
1523

1624
### Added
@@ -146,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
146154

147155
- First tagged version
148156

149-
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...HEAD
157+
[Unreleased]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...HEAD
158+
[v0.5.1]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1
150159
[v0.5.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0
151160
[v0.4.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0
152161
[v0.3.0]: https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99
documentation = "https://docs.rs/stm32f1xx-hal"
1010
readme = "README.md"
1111
edition = "2018"
12-
version = "0.5.0"
12+
version = "0.5.1"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "rt", "stm32-usbd"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
6969

7070
```toml
7171
[dependencies.stm32f1xx-hal]
72-
version = "0.5.0"
72+
version = "0.5.1"
7373
features = ["stm32f100", "rt"]
7474
```
7575

0 commit comments

Comments
 (0)