Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 4, 2023
1 parent fe1646b commit 109a7a2
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.20] - 2023-12-04

### Features

- Add `Caseless` to make it easier to add case insensitivity to any parser.
Expand Down Expand Up @@ -2073,7 +2075,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.19...HEAD
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.5.20...HEAD
[0.5.20]: https://github.com/winnow-rs/winnow/compare/v0.5.19...v0.5.20
[0.5.19]: https://github.com/winnow-rs/winnow/compare/v0.5.18...v0.5.19
[0.5.18]: https://github.com/winnow-rs/winnow/compare/v0.5.17...v0.5.18
[0.5.17]: https://github.com/winnow-rs/winnow/compare/v0.5.16...v0.5.17
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 @@ -19,7 +19,7 @@ include = [

[package]
name = "winnow"
version = "0.5.19"
version = "0.5.20"
description = "A byte-oriented, zero-copy, parser combinators library"
repository = "https://github.com/winnow-rs/winnow"
categories = ["parsing"]
Expand Down

0 comments on commit 109a7a2

Please sign in to comment.