diff --git a/Cargo.toml b/Cargo.toml index 9d2d2c7c..f674d90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/Changelog.md b/Changelog.md index 955e1e7f..24a0778a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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