Skip to content

Commit fb59aba

Browse files
committed
add changelog, version bump to v0.1.5
1 parent e817378 commit fb59aba

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Meepo Changelog
22
===============
33

4+
Version 0.1.5
5+
-------------
6+
7+
Released on September 12, 2014.
8+
9+
- upgrade mysql-replication version to latest.
10+
- graceful bypass event sourcing when redis fail.
11+
- skip mysql row event if no primary_key found.
12+
- tests, some bugfixes and tunings.
13+
14+
415
Version 0.1.4
516
-------------
617

meepo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)