Skip to content

Commit

Permalink
Merge #275
Browse files Browse the repository at this point in the history
275: v0.2.5 release r=ryankurte a=eldruin



Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
bors[bot] and eldruin committed Apr 28, 2021
2 parents f85f5bd + 0950d0c commit 7dc440c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [v0.2.5] - 2021-04-28

### Changed

- Updated `nb` dependency to version `0.1.3` to ensure compatibility with `nb` version `1.0`.


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

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

Initial release

[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...HEAD
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.x
[v0.2.5]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5
[v0.2.4]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -10,8 +10,8 @@ keywords = ["hal", "IO"]
license = "MIT OR Apache-2.0"
name = "embedded-hal"
readme = "README.md"
repository = "https://github.com/japaric/embedded-hal"
version = "0.2.4"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "0.2.5"

[dependencies.void]
default-features = false
Expand Down

0 comments on commit 7dc440c

Please sign in to comment.