Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Sep 19, 2024
1 parent baec2fd commit c65ee2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.13"
version = "0.9.14"
edition = "2021"
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## bpaf [0.9.14], 2024-09-19
- add license files (#388)
thanks @davide
- fix fish completions - you'll need to regenerate completion files for them to work

## bpaf [0.9.13], bpaf_derive [0.5.13] - 2024-09-06
- You can now use `fallback_to_usage` in derive macro for options and subcommands (#376)
- Bugfixes related to shell completion and file masks
Expand Down Expand Up @@ -401,4 +406,3 @@ Migration guide:

## [0.2.0] - 2022-03-10
### First public release

0 comments on commit c65ee2a

Please sign in to comment.