We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fad3e commit 91f6888Copy full SHA for 91f6888
CHANGELOG.md
@@ -16,6 +16,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
was incorrectly implemented for `v1::OutputPin` values.
17
18
19
+## [v0.2.4] - 2020-06-10
20
+
21
+### Added
22
23
24
+### Changed
25
26
+- Fix for `dyn` traits in fmt.rs
27
+- Remove `#![deny(warnings)]`, now imposed y CI
28
+- Updates stm32f30x from 0.6.0 to 0.8.0
29
30
## [v0.2.3] - 2019-05-09
31
32
### Added
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
name = "embedded-hal"
12
readme = "README.md"
13
repository = "https://github.com/japaric/embedded-hal"
14
-version = "0.2.3"
+version = "0.2.4"
15
[dependencies.void]
default-features = false
0 commit comments