Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 11, 2023
1 parent 2aa9094 commit 57169dd
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.5.8] - 2023-08-11

### Features

- Add `TreeError::into_owned`
Expand Down Expand Up @@ -1989,7 +1991,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.5.7...HEAD
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.5.8...HEAD
[0.5.8]: https://github.com/winnow-rs/winnow/compare/v0.5.7...v0.5.8
[0.5.7]: https://github.com/winnow-rs/winnow/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/winnow-rs/winnow/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/winnow-rs/winnow/compare/v0.5.4...v0.5.5
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.5.7"
version = "0.5.8"
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
repository = "https://github.com/winnow-rs/winnow"
Expand Down

0 comments on commit 57169dd

Please sign in to comment.