Skip to content

Commit

Permalink
Merge pull request #280 from pacak/rc-0.9.5
Browse files Browse the repository at this point in the history
Release 0.9.5 + 0.5.5 derive
  • Loading branch information
pacak authored Aug 24, 2023
2 parents 35e262f + aad4e0f commit fd61c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include = [


[dependencies]
bpaf_derive = { path = "./bpaf_derive", version = "=0.5.3", optional = true }
bpaf_derive = { path = "./bpaf_derive", version = "=0.5.5", optional = true }
owo-colors = { version = "3.5.0", default-features = false, optional = true }
supports-color = { version = "2.0.0", optional = true }

Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## bpaf [0.9.5] - Unreleased
## bpaf [0.9.5], bpaf_derive [0.5.5] - 2023-08-24
- fancier squashing: parse `-abfoo` as `-a -b=foo` if b is a short argument
- `bpaf_derive`: make sure command aliases are actually working

## bpaf [0.9.4] - 2023-08-08
- add `help` to `ParseFlag` and `ParseArgument`
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.3"
version = "0.5.5"
edition = "2018"
categories = ["command-line-interface"]
description = "Derive macros for bpaf Command Line Argument Parser"
Expand Down

0 comments on commit fd61c1d

Please sign in to comment.