Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Prepare 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Dec 29, 2020
1 parent 9044ca4 commit 8a4ac5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a4ac5b

Please sign in to comment.