Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpaf"
version = "0.9.23"
version = "0.9.24"
edition = "2021"
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## bpaf [0.9.24] - 2026-03-13
- a less confusing error message when invalid user input mixes with parsers that
can succeed with no input, see #442
thanks @tonky for a solution prototype

- CI test for older rustc now uses 1.71, MSRV should still be 1.60 for now

## bpaf [0.9.23], bpaf_derive [0.5.23] - 2026-02-03
- code produced by derive macro is now won't trigger missing-docs lint

Expand Down
Loading