File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
13
13
### Changed
14
14
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
+
15
21
16
22
## [ v0.2.4] - 2020-06-17
17
23
@@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
109
115
110
116
Initial release
111
117
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
113
120
[ v0.2.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v0.2.4
114
121
[ v0.2.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
115
122
[ v0.2.2 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ keywords = ["hal", "IO"]
10
10
license = " MIT OR Apache-2.0"
11
11
name = " embedded-hal"
12
12
readme = " README.md"
13
- repository = " https://github.com/japaric /embedded-hal"
14
- version = " 0.2.4 "
13
+ repository = " https://github.com/rust-embedded /embedded-hal"
14
+ version = " 0.2.5 "
15
15
16
16
[dependencies .void ]
17
17
default-features = false
You can’t perform that action at this time.
0 commit comments