Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 3, 2024
1 parent 00fefbd commit 1b64ef9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.32] - 2024-01-03

### Fixes

- Parse `+`/`-` inf/nan with `ascii::float`
Expand Down Expand Up @@ -2155,7 +2157,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.31...HEAD
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.5.32...HEAD
[0.5.32]: https://github.com/winnow-rs/winnow/compare/v0.5.31...v0.5.32
[0.5.31]: https://github.com/winnow-rs/winnow/compare/v0.5.30...v0.5.31
[0.5.30]: https://github.com/winnow-rs/winnow/compare/v0.5.29...v0.5.30
[0.5.29]: https://github.com/winnow-rs/winnow/compare/v0.5.28...v0.5.29
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.31"
version = "0.5.32"
description = "A byte-oriented, zero-copy, parser combinators library"
repository = "https://github.com/winnow-rs/winnow"
categories = ["parsing"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! - [Tutorial][_tutorial::chapter_0]
//! - [Special Topics][_topic]
//! - [Discussions](https://github.com/winnow-rs/winnow/discussions)
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.5.31/CHANGELOG.md) (includes major version migration
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.5.32/CHANGELOG.md) (includes major version migration
//! guides)
//!
//! ## Aspirations
Expand Down

0 comments on commit 1b64ef9

Please sign in to comment.