Skip to content

Commit

Permalink
Release 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Jan 24, 2025
1 parent c33b707 commit 67d19b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpaf"
version = "0.9.15"
version = "0.9.16"
edition = "2021"
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
Expand All @@ -21,7 +21,7 @@ include = [


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

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## bpaf [0.9.16], 2025-01-24
- treat `pure` as an implicit consumer - don't add unnecessary `.optional()` or `.many()
- unbrainfart one of the examples

## bpaf [0.9.15], 2024-10-08
- a fix for a previous fix of fish completions, again - regenerate the files

Expand Down
2 changes: 1 addition & 1 deletion bpaf_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpaf_derive"
version = "0.5.13"
version = "0.5.16"
edition = "2018"
categories = ["command-line-interface"]
description = "Derive macros for bpaf Command Line Argument Parser"
Expand Down

0 comments on commit 67d19b4

Please sign in to comment.