Skip to content

Commit

Permalink
Merge pull request #18 from jDomantas/v0.2.3
Browse files Browse the repository at this point in the history
Prepare 0.2.3
  • Loading branch information
jDomantas committed Dec 7, 2023
2 parents ebf8386 + 82aa63f commit 851587f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.2.3

- Added `from_fn` function to construct iterator from a closure [#17](https://github.com/jDomantas/internal-iterator/pull/17)

# 0.2.2

- Added `fold` method [#14](https://github.com/jDomantas/internal-iterator/pull/14)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "internal-iterator"
version = "0.2.2"
version = "0.2.3"
authors = ["djade <djadenkus@gmail.com>"]
edition = "2021"
repository = "https://github.com/jDomantas/internal-iterator"
Expand Down

0 comments on commit 851587f

Please sign in to comment.