Skip to content

Commit 384b493

Browse files
authored
Merge pull request #218 from rust-embedded/v0.2.4-updates
v0.2.4 release
2 parents 20fad3e + f3c191e commit 384b493

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Changed
1414

15+
16+
## [v0.2.4] - 2020-06-17
17+
18+
### Changed
19+
20+
- Fix for `dyn` traits in fmt.rs
21+
- Remove `#![deny(warnings)]`, now imposed y CI
22+
- Updates stm32f30x from 0.6.0 to 0.8.0
1523
- Fix the input pin v2->v1 compatibility shim constructor, where `OldInputPin::new`
1624
was incorrectly implemented for `v1::OutputPin` values.
1725

@@ -101,8 +109,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101109

102110
Initial release
103111

104-
[Unreleased]: https://github.com/japaric/embedded-hal/compare/v0.2.1...HEAD
105-
[v0.2.1]: https://github.com/japaric/embedded-hal/compare/v0.2.0...v0.2.1
106-
[v0.2.0]: https://github.com/japaric/embedded-hal/compare/v0.1.2...v0.2.0
107-
[v0.1.2]: https://github.com/japaric/embedded-hal/compare/v0.1.1...v0.1.2
108-
[v0.1.1]: https://github.com/japaric/embedded-hal/compare/v0.1.0...v0.1.1
112+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...HEAD
113+
[v0.2.4]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
114+
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
115+
[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2
116+
[v0.2.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.0...v0.2.1
117+
[v0.2.0]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.2...v0.2.0
118+
[v0.1.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.1...v0.1.2
119+
[v0.1.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "embedded-hal"
1212
readme = "README.md"
1313
repository = "https://github.com/japaric/embedded-hal"
14-
version = "0.2.3"
14+
version = "0.2.4"
1515

1616
[dependencies.void]
1717
default-features = false

0 commit comments

Comments
 (0)