Skip to content

Commit

Permalink
add changelog, version bump to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Sep 12, 2014
1 parent e817378 commit fb59aba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Meepo Changelog
===============

Version 0.1.5
-------------

Released on September 12, 2014.

- upgrade mysql-replication version to latest.
- graceful bypass event sourcing when redis fail.
- skip mysql row event if no primary_key found.
- tests, some bugfixes and tunings.


Version 0.1.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion meepo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit fb59aba

Please sign in to comment.