Skip to content

Commit 1587d4d

Browse files
committed
update
1 parent ce0ad9a commit 1587d4d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [0.5.0]
44

5-
- Bump `df_safer_dart` constraint to `^0.20.10` (was `^0.17.8`); downstream pins on `^0.17.x` will need updating.
5+
- Bump `df_safer_dart` constraint to `^0.21.0`.
6+
7+
## [0.5.0]
8+
9+
- Bump `df_safer_dart` constraint to `^0.20.0` (was `^0.17.8`); downstream pins on `^0.17.x` will need updating.
610

711
## [0.4.0]
812

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ funding:
2020
- https://github.com/sponsors/robelator
2121

2222
description: A package that provides logging utilities for better debugging.
23-
version: 0.5.0
23+
version: 0.5.1
2424
topics:
2525
- console
2626
- debugging
@@ -41,7 +41,7 @@ dependencies:
4141
stack_trace: ^1.12.0
4242
uuid: ^4.5.1
4343

44-
df_safer_dart: ^0.20.0
44+
df_safer_dart: ^0.21.0
4545

4646
## -----------------------------------------------------------------------------
4747

0 commit comments

Comments
 (0)