Skip to content

Commit b81bbba

Browse files
committed
Release 0.9.16
1 parent c33b707 commit b81bbba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpaf"
3-
version = "0.9.15"
3+
version = "0.9.16"
44
edition = "2021"
55
categories = ["command-line-interface"]
66
description = "A simple Command Line Argument Parser with parser combinators"
@@ -21,7 +21,7 @@ include = [
2121

2222

2323
[dependencies]
24-
bpaf_derive = { path = "./bpaf_derive", version = "=0.5.13", optional = true }
24+
bpaf_derive = { path = "./bpaf_derive", version = "=0.5.16", optional = true }
2525
owo-colors = { version = ">=3.5, <5.0", default-features = false, optional = true }
2626
supports-color = { version = ">=2.0.0, <4.0", optional = true }
2727

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## bpaf [0.9.16], 2025-01-24
4+
- treat `pure` as an implicit consumer - don't add unnecessary `.optional()` or `.many()`
5+
- unbrainfart one of the examples
6+
37
## bpaf [0.9.15], 2024-10-08
48
- a fix for a previous fix of fish completions, again - regenerate the files
59

bpaf_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpaf_derive"
3-
version = "0.5.13"
3+
version = "0.5.16"
44
edition = "2018"
55
categories = ["command-line-interface"]
66
description = "Derive macros for bpaf Command Line Argument Parser"

0 commit comments

Comments
 (0)