Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/cli_tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.1
Comment thread
christerswahn marked this conversation as resolved.
Outdated

- **FIX**: Enclose option help in quotes (#77).
Comment thread
christerswahn marked this conversation as resolved.
Outdated

## 0.8.0

- **FEAT**: Command line completion support (#65).
Expand Down
4 changes: 2 additions & 2 deletions packages/cli_tools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cli_tools
version: 0.8.0
version: 0.8.1
description: A collection of tools for building great command-line interfaces.
repository: https://github.com/serverpod/cli_tools
homepage: https://serverpod.dev
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
args: ^2.7.0
ci: ^0.1.0
config: ^0.8.0
config: ^0.8.1
http: '>=0.13.0 <2.0.0'
path: ^1.8.2
pub_api_client: '>=2.4.0 <4.0.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.1

- **FEAT**: Support for Option Group Name (#71).
Comment thread
christerswahn marked this conversation as resolved.
Outdated

## 0.8.0

- **FEAT**: multiParser getter in MultiOption (#67).
Expand Down
2 changes: 1 addition & 1 deletion packages/config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: config
version: 0.8.0
version: 0.8.1
description: A package for parsing command-line arguments and configuration files.
repository: https://github.com/serverpod/cli_tools
issue_tracker: https://github.com/serverpod/cli_tools/issues
Expand Down
Loading