Skip to content

Commit

Permalink
Merge pull request #335 from pacak/rc-0.9.9
Browse files Browse the repository at this point in the history
Release 0.9.9
  • Loading branch information
pacak authored Jan 17, 2024
2 parents 49b7127 + 5a925de commit 05e3710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [

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

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


## bpaf - unreleased
## bpaf [0.9.9] - 2024-01-17
- fix formatting in ambiguity error message
- relax upper range on owo-colors

## bpaf [0.9.8] - 2023-12-06
- fix docs.rs build
Expand Down

0 comments on commit 05e3710

Please sign in to comment.