@@ -15,9 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
1616## [ v0.2.4] - 2020-06-10
1717
18- ### Added
19-
20-
2118### Changed
2219
2320- Fix for ` dyn ` traits in fmt.rs
@@ -27,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2724 was incorrectly implemented for ` v1::OutputPin ` values.
2825
2926
30- ## [ v0.2.3] - 2019-05-09
27+ ## [ v0.2.3] - 2019-05-17
3128
3229### Added
3330- A new version of the digital ` OutputPin ` , ` StatefulOutputPin ` , ` ToggleableOutputPin `
@@ -112,8 +109,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112109
113110Initial release
114111
115- [ Unreleased ] : https://github.com/japaric/embedded-hal/compare/v0.2.1...HEAD
116- [ v0.2.1 ] : https://github.com/japaric/embedded-hal/compare/v0.2.0...v0.2.1
117- [ v0.2.0 ] : https://github.com/japaric/embedded-hal/compare/v0.1.2...v0.2.0
118- [ v0.1.2 ] : https://github.com/japaric/embedded-hal/compare/v0.1.1...v0.1.2
119- [ 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
0 commit comments