Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 14, 2023
1 parent 2ece5fb commit d005c56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.4.7] - 2023-06-14

### Performance

- Resolve a performance regression in `winnow::ascii:` parsers (any that use `take_while`)
Expand Down Expand Up @@ -1796,7 +1798,8 @@ Considering the number of changes since the last release, this version can conta
- closure syntax change

<!-- next-url -->
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.4.6...HEAD
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.4.7...HEAD
[0.4.7]: https://github.com/winnow-rs/winnow/compare/v0.4.6...v0.4.7
[0.4.6]: https://github.com/winnow-rs/winnow/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/winnow-rs/winnow/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/winnow-rs/winnow/compare/v0.4.3...v0.4.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["fuzz"]

[package]
name = "winnow"
version = "0.4.6"
version = "0.4.7"
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
repository = "https://github.com/winnow-rs/winnow"
Expand Down

0 comments on commit d005c56

Please sign in to comment.