Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 30, 2025
1 parent a020c09 commit 7b927ba
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.6.26] - 2025-01-30

### Compatibility

- Deprecate `ParserError::from_error_kind` in favor of `ParserError::from_input`
Expand Down Expand Up @@ -2476,7 +2478,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.6.25...HEAD
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.6.26...HEAD
[0.6.26]: https://github.com/winnow-rs/winnow/compare/v0.6.25...v0.6.26
[0.6.25]: https://github.com/winnow-rs/winnow/compare/v0.6.24...v0.6.25
[0.6.24]: https://github.com/winnow-rs/winnow/compare/v0.6.23...v0.6.24
[0.6.23]: https://github.com/winnow-rs/winnow/compare/v0.6.22...v0.6.23
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 @@ -88,7 +88,7 @@ zero_sized_map_values = "warn"

[package]
name = "winnow"
version = "0.6.25"
version = "0.6.26"
description = "A byte-oriented, zero-copy, parser combinators library"
categories = ["parsing"]
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]
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.6.25/CHANGELOG.md) (includes major version migration
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.6.26/CHANGELOG.md) (includes major version migration
//! guides)
//!
//! ## Aspirations
Expand Down

0 comments on commit 7b927ba

Please sign in to comment.