Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jul 14, 2023
1 parent 99040b5 commit c95a4de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.11.0

Thankyou @Easyoakland for both of these contributions!

- Add support for `no_std` environments ([#7](https://github.com/jsdw/yap/pull/7)).
- Add `yap::types::IterToken`, which can be used for parsing tokens from arbitrary
iterators (as long as they impl Clone).

## 0.10.0

- Remove pointless `skip_optional` function.
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 = "yap"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
authors = ["James Wilson <[email protected]>"]
description = "Yet Another Parser library. A lightweight, dependency free, parser combinator inspired set of utility methods to help with parsing strings and slices."
Expand Down

0 comments on commit c95a4de

Please sign in to comment.