Skip to content

Commit

Permalink
chore: v0.2.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Angelov <felangelov@gmail.com>
  • Loading branch information
renancaraujo and felangel authored Jan 13, 2023
1 parent dbe64d8 commit 840f030
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.2.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0+1...v0.2.0) (2023-01-13)

### Features

- restrict non multi options ([#44](https://github.com/VeryGoodOpenSource/cli_completion/issues/44)) ([32dfc23](https://github.com/VeryGoodOpenSource/cli_completion/commit/32dfc23dedfa48cad2dc8fc9db5f7136fed46243))
- suggest negatable flags ([#45](https://github.com/VeryGoodOpenSource/cli_completion/issues/45)) ([8e0049a](https://github.com/VeryGoodOpenSource/cli_completion/commit/8e0049af3801ed6bedbe52851fc1262c112d6a91))
- Tell the user to source the config file when installation is done ([#41](https://github.com/VeryGoodOpenSource/cli_completion/issues/41)) ([53d1f08](https://github.com/VeryGoodOpenSource/cli_completion/commit/53d1f08fe0aea38d8fa22964db1806046f1adcef))

# [0.1.0+1](https://github.com/VeryGoodOpenSource/cli_completion/compare/v0.1.0...v0.1.0+1) (2022-12-09)

# [0.1.0](https://github.com/VeryGoodOpenSource/cli_completion/compare/d7cdfd51b923d2d5720864b228678749f3010fb8...v0.1.0) (2022-12-08)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cli_completion
description: Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/cli_completion
version: 0.1.0+1
version: 0.2.0

environment:
sdk: ">=2.18.0 <3.0.0"
Expand Down

0 comments on commit 840f030

Please sign in to comment.