Skip to content

Commit 0950d0c

Browse files
committed
Prepare 0.2.5 release
1 parent 6b4b15d commit 0950d0c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

1313
### Changed
1414

15+
## [v0.2.5] - 2021-04-28
16+
17+
### Changed
18+
19+
- Updated `nb` dependency to version `0.1.3` to ensure compatibility with `nb` version `1.0`.
20+
1521

1622
## [v0.2.4] - 2020-06-17
1723

@@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
109115

110116
Initial release
111117

112-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...HEAD
118+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.x
119+
[v0.2.5]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5
113120
[v0.2.4]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
114121
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
115122
[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2

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/rust-embedded/embedded-hal"
14-
version = "0.2.4"
14+
version = "0.2.5"
1515

1616
[dependencies.void]
1717
default-features = false

0 commit comments

Comments
 (0)