Skip to content

Commit 0f81c4d

Browse files
committed
chore: Release
1 parent 23b74f7 commit 0f81c4d

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.7.0] - 2025-01-30
7+
68
### Migration Guide
79

810
1. Upgrade to the latest 0.6 release
@@ -2529,7 +2531,8 @@ Considering the number of changes since the last release, this version can conta
25292531
- closure syntax change
25302532

25312533
<!-- next-url -->
2532-
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.6.26...HEAD
2534+
[Unreleased]: https://github.com/winnow-rs/winnow/compare/v0.7.0...HEAD
2535+
[0.7.0]: https://github.com/winnow-rs/winnow/compare/v0.6.26...v0.7.0
25332536
[0.6.26]: https://github.com/winnow-rs/winnow/compare/v0.6.25...v0.6.26
25342537
[0.6.25]: https://github.com/winnow-rs/winnow/compare/v0.6.24...v0.6.25
25352538
[0.6.24]: https://github.com/winnow-rs/winnow/compare/v0.6.23...v0.6.24

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.26"
91+
version = "0.7.0"
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.26/CHANGELOG.md) (includes major version migration
10+
//! - [CHANGELOG](https://github.com/winnow-rs/winnow/blob/v0.7.0/CHANGELOG.md) (includes major version migration
1111
//! guides)
1212
//!
1313
//! ## Aspirations

0 commit comments

Comments
 (0)