Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed May 22, 2023
1 parent f181098 commit 11cfa05
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
@@ -1,10 +1,20 @@
# Change Log

## [Unreleased]
## [v0.3.0] - 2023-05-22

### Removed

* `FromFallibleIterator` trait is removed, `FallibleIterator::collect` now requires `std::iter::FromIterator`,
which has strictly more implementations.

### Added

* add convenient wrapper for std::iter::Iterator
* more utilities mirroring std::iter
* Peekable methods
* `IteratorExt` for convenient conversion
* `FallibleIterator::unwrap`

## [v0.2.0] - 2019-03-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fallible-iterator"
version = "0.2.0"
version = "0.3.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 11cfa05

Please sign in to comment.