1 parent 9cf6de9 commit daa9bb8Copy full SHA for daa9bb8
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bpaf"
3
-version = "0.9.24"
+version = "0.9.25"
4
edition = "2021"
5
categories = ["command-line-interface"]
6
description = "A simple Command Line Argument Parser with parser combinators"
Changelog.md
@@ -1,5 +1,11 @@
# Change Log
+## bpaf [0.9.25] - unreleased
+- Change rendering of an adjacent block in Markdown - this is no longer a `###`
+ but a regular line item instead. Header messes up with generated navigation on
+ some pages
7
+- app_name - parser that extracts the executable name
8
+
9
## bpaf [0.9.24] - 2026-03-13
10
- a less confusing error message when invalid user input mixes with parsers that
11
can succeed with no input, see #442
0 commit comments