diff --git a/CHANGELOG.md b/CHANGELOG.md index 155e009..e8b8c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.0-beta.1 + +- feat: Introduced the Config library for unified args and env parsing +- fix: Include user input prompt feature in library export +- fix: BREAKING. BetterCommand's constructor changed to use MessageOutput class for clearer specification of logging functions. + ## 0.4.0 - feat: BREAKING. BetterCommandRunner's constructor changed to use MessageOutput class for clearer specification of logging functions. diff --git a/pubspec.yaml b/pubspec.yaml index 35784ef..9bb52a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: cli_tools -version: 0.4.0 +version: 0.5.0-beta.1 description: A collection of tools for building great command-line interfaces. repository: https://github.com/serverpod/cli_tools homepage: https://serverpod.dev