Skip to content

Commit 77b70af

Browse files
chore: Bump version to 0.5.0-beta.3 (#37)
1 parent 246a74f commit 77b70af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 0.5.0-beta.2
49

510
- feat: New `Logger.log` method with dynamically specified log level

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cli_tools
2-
version: 0.5.0-beta.2
2+
version: 0.5.0-beta.3
33
description: A collection of tools for building great command-line interfaces.
44
repository: https://github.com/serverpod/cli_tools
55
homepage: https://serverpod.dev

0 commit comments

Comments
 (0)