From 8a4ac5b53b2ff6076af0f56c01cc2df13a02669f Mon Sep 17 00:00:00 2001 From: synw Date: Tue, 29 Dec 2020 14:02:47 +0100 Subject: [PATCH] Prepare 0.5.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a1a39..897ae17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.0 + +- Add some emo methods +- Export types +- Make the EmoDebug class immutable +- Update dependencies +- Add optional hooks for pipe to logging + ## 0.4.0 Add some emo methods diff --git a/pubspec.yaml b/pubspec.yaml index 3865c90..b6b77b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: emodebug description: Emoji based semantic debuging. Debug the state and execution flow of a program with familiar idioms homepage: https://github.com/synw/emodebug -version: "0.5.0-dev" +version: "0.5.0" environment: sdk: ">=2.3.0 <3.0.0" dependencies: - pedantic: ^1.8.0 - extra_pedantic: ^1.1.1+3 - meta: ^1.1.8 + pedantic: ^1.9.2 + extra_pedantic: ^1.2.0 + meta: ^1.2.4