Skip to content

Commit 7b927ba

Browse files
committed
chore: Release
1 parent a020c09 commit 7b927ba

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- next-header -->
44
## [Unreleased] - ReleaseDate
55

6+
## [0.6.26] - 2025-01-30
7+
68
### Compatibility
79

810
- Deprecate `ParserError::from_error_kind` in favor of `ParserError::from_input`
@@ -2476,7 +2478,8 @@ Considering the number of changes since the last release, this version can conta
24762478
- closure syntax change
24772479

24782480
<!-- next-url -->
2479-
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.6.25...HEAD
2481+
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.6.26...HEAD
2482+
[0.6.26]: https://github.com/winnow-rs/winnow/compare/v0.6.25...v0.6.26
24802483
[0.6.25]: https://github.com/winnow-rs/winnow/compare/v0.6.24...v0.6.25
24812484
[0.6.24]: https://github.com/winnow-rs/winnow/compare/v0.6.23...v0.6.24
24822485
[0.6.23]: https://github.com/winnow-rs/winnow/compare/v0.6.22...v0.6.23

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "winnow"
91-
version = "0.6.25"
91+
version = "0.6.26"
9292
description = "A byte-oriented, zero-copy, parser combinators library"
9393
categories = ["parsing"]
9494
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! - [Tutorial][_tutorial::chapter_0]
88
//! - [Special Topics][_topic]
99
//! - [Discussions](https://github.com/winnow-rs/winnow/discussions)
10-
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.6.25/CHANGELOG.md) (includes major version migration
10+
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.6.26/CHANGELOG.md) (includes major version migration
1111
//! guides)
1212
//!
1313
//! ## Aspirations

0 commit comments

Comments
 (0)