diff --git a/CHANGELOG.md b/CHANGELOG.md index b59291d..e3083ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0 + +- update to Dart 3.0 + ## 0.4.0 - Null safe relese without suffix diff --git a/pubspec.yaml b/pubspec.yaml index 7641147..1b31ca1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: barbecue description: Render text tables for your command line applications. Use padding, spans, custom borders, ANSI colors and more! -version: 0.4.0 +version: 0.5.0 homepage: https://github.com/knaeckeKami/barbecue environment: