Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Apr 21, 2019
1 parent bd1e329 commit 67d7226
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.2] - 2019-04-21

### Added

- `Error<E>` gained a `map` method that lets you transform the error in the
`Error::Other` variant into a different type.

- `Error<E>` now implements the `From<E>` trait.

## [v0.1.1] - 2018-01-10

### Fixed
Expand All @@ -17,5 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/japaric/nb/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/japaric/nb/compare/v0.1.2...HEAD
[v0.1.2]: https://github.com/japaric/nb/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/japaric/nb/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["await", "futures", "IO"]
license = "MIT OR Apache-2.0"
name = "nb"
repository = "https://github.com/japaric/nb"
version = "0.1.1"
version = "0.1.2"

[features]
unstable = []
Expand Down

0 comments on commit 67d7226

Please sign in to comment.