@@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
13
13
### Changed
14
14
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
15
23
- Fix the input pin v2->v1 compatibility shim constructor, where ` OldInputPin::new `
16
24
was incorrectly implemented for ` v1::OutputPin ` values.
17
25
@@ -101,8 +109,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101
109
102
110
Initial release
103
111
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
0 commit comments