Skip to content

Commit daa9bb8

Browse files
committed
Release 0.9.25
1 parent 9cf6de9 commit daa9bb8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpaf"
3-
version = "0.9.24"
3+
version = "0.9.25"
44
edition = "2021"
55
categories = ["command-line-interface"]
66
description = "A simple Command Line Argument Parser with parser combinators"

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## bpaf [0.9.25] - unreleased
4+
- Change rendering of an adjacent block in Markdown - this is no longer a `###`
5+
but a regular line item instead. Header messes up with generated navigation on
6+
some pages
7+
- app_name - parser that extracts the executable name
8+
39
## bpaf [0.9.24] - 2026-03-13
410
- a less confusing error message when invalid user input mixes with parsers that
511
can succeed with no input, see #442

0 commit comments

Comments
 (0)