Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 3 additions & 7 deletions packages/cli_tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
## 0.8.0-beta.1
## 0.8.0

- **REVERT**: Do not force strict generic types (#64).
- **FEAT**: Experimental command line completion support (#65).

## 0.8.0-beta.0

- **BREAKING** **FIX**: Resolved raw generic type warnings (#62).
- **FEAT**: Command line completion support (#65).
- **FIX**: Ensure tested up to Dart 3.9 (#62).

## 0.7.1

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-beta.1
version: 0.8.0
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-beta.1
config: ^0.8.0
http: '>=0.13.0 <2.0.0'
path: ^1.8.2
pub_api_client: '>=2.4.0 <4.0.0'
Expand Down
9 changes: 3 additions & 6 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## 0.8.0-beta.1
## 0.8.0

- **REVERT**: Do not force strict generic types (#64).

## 0.8.0-beta.0

- **BREAKING** **FIX**: Resolved raw generic type warnings (#62).
- **FEAT**: multiParser getter in MultiOption (#67).
- **FIX**: Ensure tested up to Dart 3.9 (#62).

## 0.7.2

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-beta.1
version: 0.8.0
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