Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AgostonSzepessy committed Mar 3, 2024
1 parent 4fd0ac1 commit cc3db06
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 @@
# Changelog

## v0.2.0
- Added `#[derive(Debug)]` to `PrevPeekable`
- Switched to Github CI

## v0.1.0
- Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prev-iter"
version = "0.1.2"
version = "0.2.0"
authors = ["Agoston Szepessy <[email protected]>"]
description = "Iterator which allows you to view the previous element"
documentation = "https://docs.rs/prev-iter/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prev-iter contains an iterator which allows you to view the previous element.
## Usage
Add the following line to your `Cargo.toml` under the `[dependencies]` section:
```
prev-iter = "0.1.2"
prev-iter = "0.2.0"
```

## Documentation
Expand Down

0 comments on commit cc3db06

Please sign in to comment.