Skip to content

Commit 3faf2a9

Browse files
0.12
1 parent da33a23 commit 3faf2a9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@
9494
0.11 07/02/2017
9595
* Implement Heartbeat (#191)
9696
* Fix handling of JSON data (#182)
97+
98+
0.12 04/04/2017
99+
* Clear table_map if RotateEvent has timestamp of 0 (#197)
100+
* Add support for ignored_tables and ignored_schema (#201)
101+
* failed to get table information (#199)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,16 @@ Other contributors:
312312
* Giovanni F. MySQL 5.7 support https://github.com/26fe
313313
* Igor Mastak intvar event https://github.com/mastak
314314
* Xie Zhenye fix missing update _next_seq_no https://github.com/xiezhenye
315-
* Abrar Sheikh: Time as mysql.timedelta https://github.com/abrarsheikh
315+
* Abrar Sheikh: Multiple contributions https://github.com/abrarsheikh
316316
* Keegan Parker: secondary database for reference schema https://github.com/kdparker
317+
* Troy J. Farrell Clear table_map if RotateEvent has timestamp of 0 https://github.com/troyjfarrell
318+
* Zhanwei Wang Fail to get table informations https://github.com/wangzw
317319

318320
Thanks to GetResponse for their support
319321

320322
Licence
321323
=======
322-
Copyright 2012-2016 Julien Duponchelle
324+
Copyright 2012-2017 Julien Duponchelle
323325

324326
Licensed under the Apache License, Version 2.0 (the "License");
325327
you may not use this file except in compliance with the License.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.11'
51+
version = '0.12'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.11'
53+
release = '0.12'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
unittest.main(tests, argv=sys.argv[:1])
3535

3636

37-
version = "0.11"
37+
version = "0.12"
3838

3939
setup(
4040
name="mysql-replication",

0 commit comments

Comments
 (0)