Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Nov 21, 2018
1 parent 3271092 commit 93c2e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6 ????-??-??
- Use a transformation store build on startup time instead of serializing subroutines

0.51 2018-08-24
- No relevant changes, but a version bump was neccessary because I broke my MANIFEST file. Sorry! :-)

Expand Down
2 changes: 1 addition & 1 deletion lib/EventStore/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use Data::Compare; # Exports Compare()
$Storable::Deparse = 1;
$Storable::Eval = 1;

our $VERSION = '0.51';
our $VERSION = '0.6';

use Class::Tiny {
registry => sub {{}},
Expand Down

0 comments on commit 93c2e02

Please sign in to comment.