From 57169ddcc4ac73b9a5a2ca5a3ea0bd811b62bea2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 11 Aug 2023 09:50:46 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017a52b9..4aa49c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.5.8] - 2023-08-11 + ### Features - Add `TreeError::into_owned` @@ -1989,7 +1991,8 @@ Considering the number of changes since the last release, this version can conta - closure syntax change -[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 diff --git a/Cargo.lock b/Cargo.lock index 20a30877..a8005ab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.5.7" +version = "0.5.8" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6d766528..8d898603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"