Skip to content

Commit

Permalink
releasing 0.346
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Dec 18, 2014
1 parent b3e59a6 commit 3b7d639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.346 2014-12-18
* --sort-time wouldn't work if Log::Defer input wasn't completely
minified. This bug was a result of a performance optimisation where
we avoid deserializing the JSON (thanks John Piasetzki)

0.345 2014-12-11
* --pass-through feature: This switch enables a mode where the output
is log-defer JSON format, suitable for feeding into another invocation
Expand Down
2 changes: 1 addition & 1 deletion lib/Log/Defer/Viz.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Log::Defer::Viz;

our $VERSION = '0.345';
our $VERSION = '0.346';

use common::sense;

Expand Down

0 comments on commit 3b7d639

Please sign in to comment.