We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246a74f commit 77b70afCopy full SHA for 77b70af
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.0-beta.3
4
+
5
+- fix: Replaced yaml_codec dependency with yaml in order to support Dart 3.3
6
+- chore: Require Dart 3.3
7
8
## 0.5.0-beta.2
9
10
- feat: New `Logger.log` method with dynamically specified log level
pubspec.yaml
@@ -1,5 +1,5 @@
name: cli_tools
-version: 0.5.0-beta.2
+version: 0.5.0-beta.3
description: A collection of tools for building great command-line interfaces.
repository: https://github.com/serverpod/cli_tools
homepage: https://serverpod.dev
0 commit comments