Skip to content

Commit 347abaf

Browse files
committed
Update CHANGELOG to fix organisation and added tags
Signed-off-by: Daniel Egger <[email protected]>
1 parent 42e98dc commit 347abaf

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

CHANGELOG.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [Unreleased]
1010

11-
### Added
12-
13-
### Changed
14-
15-
16-
## [v1.0.0] - 2020-06-10
11+
## [v1.0.0-alpha.1] - 2020-06-16
1712

18-
*** This is a breaking change (sorry) ***
13+
*** This is an alpha release with breaking changes (sorry) ***
1914

2015
### Added
2116
- A nonblocking trait for interfacing with random number generation hardware.
@@ -117,8 +112,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
117112

118113
Initial release
119114

120-
[Unreleased]: https://github.com/japaric/embedded-hal/compare/v0.2.1...HEAD
121-
[v0.2.1]: https://github.com/japaric/embedded-hal/compare/v0.2.0...v0.2.1
122-
[v0.2.0]: https://github.com/japaric/embedded-hal/compare/v0.1.2...v0.2.0
123-
[v0.1.2]: https://github.com/japaric/embedded-hal/compare/v0.1.1...v0.1.2
124-
[v0.1.1]: https://github.com/japaric/embedded-hal/compare/v0.1.0...v0.1.1
115+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...HEAD
116+
[v1.0.0-alpha.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
117+
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
118+
[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2
119+
[v0.2.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.0...v0.2.1
120+
[v0.2.0]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.2...v0.2.0
121+
[v0.1.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.1...v0.1.2
122+
[v0.1.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)