Skip to content

Commit f26820d

Browse files
committed
Merge release 0.1.2 commit
2 parents d7ff88a + 67d7226 commit f26820d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- [breaking-change] The `unstable` feature and its code has been removed.
1515
This includes the macros `try_nb!` and `await!`.
1616

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+
1726
## [v0.1.1] - 2018-01-10
1827

1928
### Fixed
@@ -24,5 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2433

2534
Initial release
2635

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
2838
[v0.1.1]: https://github.com/japaric/nb/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repository = "https://github.com/rust-embedded/nb"
99
homepage = "https://github.com/rust-embedded/nb"
1010
documentation = "https://docs.rs/nb"
1111
readme = "README.md"
12-
version = "0.1.1"
13-
edition = "2018"
12+
version = "0.1.2"
13+
edition = "2018"

0 commit comments

Comments
 (0)