Skip to content

Commit

Permalink
Release 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 8, 2024
1 parent ee02473 commit 6c4f422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpaf"
version = "0.9.14"
version = "0.9.15"
edition = "2021"
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

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

## bpaf [0.9.14], 2024-09-19
- add license files (#388)
thanks @davide
Expand Down

0 comments on commit 6c4f422

Please sign in to comment.