Skip to content

Commit c08373f

Browse files
author
oni-comb-release-bot
committed
chore(release): oni-comb-parser-v2.2.0
1 parent dbadba1 commit c08373f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.2.0](https://github.com/j5ik2o/oni-comb-rs/compare/oni-comb-parser-v2.1.0...oni-comb-parser-v2.2.0) (2026-03-17)
2+
3+
4+
### Features
5+
6+
* **bench:** add pom full-json benchmark ([a31a407](https://github.com/j5ik2o/oni-comb-rs/commit/a31a40788e52db1de84ecd898d07660195f87a47))
7+
* **parser:** add fold combinator types for zero-allocation repetition ([d482c46](https://github.com/j5ik2o/oni-comb-rs/commit/d482c46f59293c46cfa4c8970029d76411b131fc))
8+
* **parser:** add fold/into methods to ParserExt ([b3da725](https://github.com/j5ik2o/oni-comb-rs/commit/b3da725b28db39b5cc3bcd50060329c7cfd683a6))
9+
* **parser:** replace quoted_string_cow with quoted_string ([1f92d82](https://github.com/j5ik2o/oni-comb-rs/commit/1f92d8226fb4a93219b150a4f47f9fafdb92aee2))
10+
11+
12+
### Bug Fixes
13+
14+
* migrate chumsky_impl.rs to chumsky 0.12 API ([2abb0a9](https://github.com/j5ik2o/oni-comb-rs/commit/2abb0a9e00cb63f8335db38185a1032fc1cece86))
15+
* resolve merge conflict with dependabot/cargo/winnow-0.7 base branch ([2520981](https://github.com/j5ik2o/oni-comb-rs/commit/2520981e6490ed1fe8500e9e0d65386450de21a4))
16+
* update winnow_impl.rs for winnow 0.7 API (ErrMode removed) ([6041236](https://github.com/j5ik2o/oni-comb-rs/commit/60412367a62e16d61ccc6d387a5bcd0b6af314fb))
17+
118
## [2.1.0](https://github.com/j5ik2o/oni-comb-rs/compare/oni-comb-parser-v2.0.0...oni-comb-parser-v2.1.0) (2026-03-16)
219

320

modules/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oni-comb-parser"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Rebooted parser combinator library"

0 commit comments

Comments
 (0)