Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Aug 20, 2018
1 parent 3f985d6 commit 6c302b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.5 2018-08-20
- Introduce slack mode (state consistency vulnerable but fast!)

0.43 2018-08-17
- Improve earlier/later substream performance
- Improve cache usage performance
Expand Down
2 changes: 1 addition & 1 deletion lib/EventStore/Tiny.pm
Expand Up @@ -17,7 +17,7 @@ use Data::Compare; # Exports Compare()
$Storable::Deparse = 1;
$Storable::Eval = 1;

our $VERSION = '0.43';
our $VERSION = '0.5';

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

0 comments on commit 6c302b2

Please sign in to comment.