File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
- [ breaking-change] The ` unstable ` feature and its code has been removed.
15
15
This includes the macros ` try_nb! ` and ` await! ` .
16
16
17
+ ## [ v0.1.2] - 2019-04-21
18
+
19
+ ### Added
20
+
21
+ - ` Error<E> ` gained a ` map ` method that lets you transform the error in the
22
+ ` Error::Other ` variant into a different type.
23
+
24
+ - ` Error<E> ` now implements the ` From<E> ` trait.
25
+
17
26
## [ v0.1.1] - 2018-01-10
18
27
19
28
### Fixed
@@ -24,5 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
33
25
34
Initial release
26
35
27
- [ Unreleased ] : https://github.com/japaric/nb/compare/v0.1.1...HEAD
36
+ [ Unreleased ] : https://github.com/japaric/nb/compare/v0.1.2...HEAD
37
+ [ v0.1.2 ] : https://github.com/japaric/nb/compare/v0.1.1...v0.1.2
28
38
[ v0.1.1 ] : https://github.com/japaric/nb/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repository = "https://github.com/rust-embedded/nb"
9
9
homepage = " https://github.com/rust-embedded/nb"
10
10
documentation = " https://docs.rs/nb"
11
11
readme = " README.md"
12
- version = " 0.1.1 "
13
- edition = " 2018"
12
+ version = " 0.1.2 "
13
+ edition = " 2018"
You can’t perform that action at this time.
0 commit comments