Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Oct 30, 2022
1 parent 7dfc99a commit c4a6e1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.6.0] - 2022-10-30

### Features

- Returns every nth element in a list ([7dfc99a](7dfc99ad0a01c545096e3545d60f2565d7592633))
- Check `every` item in the vector ([7c36d35](7c36d35d67549f40017448feb40f598729a86a62))

## [0.5.0] - 2022-10-07

### Features
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 = "dryip"
version = "0.5.0"
version = "0.6.0"
authors = ["azzamsa <[email protected]>"]
categories = ["algorithms"]
documentation = "https://docs.rs/dryip"
Expand Down

0 comments on commit c4a6e1a

Please sign in to comment.