Skip to content

Commit 689b2db

Browse files
authored
Updated changelog
Fixed links, Removed empty section
1 parent 27ccfb2 commit 689b2db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

113110
Initial 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

Comments
 (0)