From 897cd5e1d864826d8275c0061f8a5e4f4b4487c4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 13 Oct 2023 16:52:05 -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 fd0d3c04..49c7f452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.5.17] - 2023-10-13 + ### Documentation - Provide lexer/parser example with details on handling of custom tokens @@ -2043,7 +2045,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.16...HEAD +[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.5.17...HEAD +[0.5.17]: https://github.com/winnow-rs/winnow/compare/v0.5.16...v0.5.17 [0.5.16]: https://github.com/winnow-rs/winnow/compare/v0.5.15...v0.5.16 [0.5.15]: https://github.com/winnow-rs/winnow/compare/v0.5.14...v0.5.15 [0.5.14]: https://github.com/winnow-rs/winnow/compare/v0.5.13...v0.5.14 diff --git a/Cargo.lock b/Cargo.lock index e78859bd..22e758dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.5.16" +version = "0.5.17" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 01375573..4dac8179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [package] name = "winnow" -version = "0.5.16" +version = "0.5.17" description = "A byte-oriented, zero-copy, parser combinators library" repository = "https://github.com/winnow-rs/winnow" categories = ["parsing"]