@@ -15,9 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
16
16
## [ v0.2.4] - 2020-06-10
17
17
18
- ### Added
19
-
20
-
21
18
### Changed
22
19
23
20
- Fix for ` dyn ` traits in fmt.rs
@@ -27,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
24
was incorrectly implemented for ` v1::OutputPin ` values.
28
25
29
26
30
- ## [ v0.2.3] - 2019-05-09
27
+ ## [ v0.2.3] - 2019-05-17
31
28
32
29
### Added
33
30
- A new version of the digital ` OutputPin ` , ` StatefulOutputPin ` , ` ToggleableOutputPin `
@@ -112,8 +109,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112
109
113
110
Initial release
114
111
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