Skip to content

Commit 79b3941

Browse files
committed
chore: Release
1 parent dd97729 commit 79b3941

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

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

6+
## [0.7.13] - 2025-08-22
7+
68
### Features
79

810
- Allow accumulating `String` into `String`
@@ -2652,7 +2654,8 @@ Considering the number of changes since the last release, this version can conta
26522654
- closure syntax change
26532655

26542656
<!-- next-url -->
2655-
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.7.12...HEAD
2657+
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.7.13...HEAD
2658+
[0.7.13]: https://github.com/winnow-rs/winnow/compare/v0.7.12...v0.7.13
26562659
[0.7.12]: https://github.com/winnow-rs/winnow/compare/v0.7.11...v0.7.12
26572660
[0.7.11]: https://github.com/winnow-rs/winnow/compare/v0.7.10...v0.7.11
26582661
[0.7.10]: https://github.com/winnow-rs/winnow/compare/v0.7.9...v0.7.10

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lto = true
9797

9898
[package]
9999
name = "winnow"
100-
version = "0.7.12"
100+
version = "0.7.13"
101101
description = "A byte-oriented, zero-copy, parser combinators library"
102102
categories = ["parsing"]
103103
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.7.12/CHANGELOG.md) (includes major version migration
10+
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.7.13/CHANGELOG.md) (includes major version migration
1111
//! guides)
1212
//!
1313
//! ## Aspirations

0 commit comments

Comments
 (0)