Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed Apr 16, 2018
1 parent 99371eb commit 17fa596
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
## [0.2.0](https://github.com/zacharygolba/peek-nth/compare/0.1.0...0.2.0) (2018-04-16)

* **feat:** add peek() for convenience ([99371eb](https://github.com/zacharygolba/peek-nth/commit/99371eb))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peek-nth"
version = "0.1.0"
version = "0.2.0"
authors = ["Zachary Golba <[email protected]>"]
categories = ["rust-patterns"]
description = "An iterator adapter that allows you to efficiently peek the nth item of an iterator."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, add `peek-nth` to the dependencies section of your `Cargo.toml`:

```toml
[dependencies]
peek-nth = "0.1"
peek-nth = "0.2"
```

Next, add the following snippet to the entry point of your crate (`lib.rs` or `main.rs`):
Expand Down

0 comments on commit 17fa596

Please sign in to comment.