Skip to content

Commit 27ccfb2

Browse files
committed
Updated cargo version and changelog for release v0.2.4
1 parent 20fad3e commit 27ccfb2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Changed
1414

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)