Skip to content

Commit 485e1f8

Browse files
authored
Merge pull request #37 from dpc/release
Release v0.3.0
2 parents f181098 + 11cfa05 commit 485e1f8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [v0.3.0] - 2023-05-22
4+
5+
### Removed
46

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

10+
### Added
11+
12+
* add convenient wrapper for std::iter::Iterator
13+
* more utilities mirroring std::iter
14+
* Peekable methods
15+
* `IteratorExt` for convenient conversion
16+
* `FallibleIterator::unwrap`
17+
818
## [v0.2.0] - 2019-03-10
919

1020
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fallible-iterator"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)