diff --git a/CHANGELOG.md b/CHANGELOG.md index bb789d9..524cb73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.0-beta.4 + +- fix!: Clarified behavior of mutually exclusive option groups + ## 0.5.0-beta.3 - fix: Replaced yaml_codec dependency with yaml in order to support Dart 3.3 diff --git a/pubspec.yaml b/pubspec.yaml index 3bcd5ef..5b588df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: cli_tools -version: 0.5.0-beta.3 +version: 0.5.0-beta.4 description: A collection of tools for building great command-line interfaces. repository: https://github.com/serverpod/cli_tools homepage: https://serverpod.dev