Skip to content

Commit d3e024d

Browse files
Release 0.28
1 parent d9a2ba2 commit d3e024d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,7 @@
162162
0.27 18/10/2021
163163
* Parse NULL-bitmask in table map event
164164
* Add support for specifying an end log_pos
165-
* Parse status variables in query event
165+
* Parse status variables in query event
166+
167+
0.28 23/01/2022
168+
* Add support for MariaDB GTID

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,13 @@ Other contributors:
331331
* Hiroaki Kawai: PyMySQL 1.0 support (https://github.com/hkwi)
332332
* Dongwook Chan: Support for ZEROFILL, Correct timedelta value for negative MySQL TIME datatype, Fix parsing of row events for MySQL8 partitioned table, Parse status variables in query event, Parse status variables in query event (https://github.com/dongwook-chan)
333333
* Paul Vickers: Add support for specifying an end log_pos (https://github.com/paulvic)
334+
* Samira El Aabidi: Add support for MariaDB GTID (https://github.com/Samira-El)
334335

335336
Thanks to GetResponse for their support
336337

337338
Licence
338339
=======
339-
Copyright 2012-2017 Julien Duponchelle
340+
Copyright 2012-2022 Julien Duponchelle
340341

341342
Licensed under the Apache License, Version 2.0 (the "License");
342343
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.27'
51+
version = '0.28'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.27'
53+
release = '0.28'
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.27"
37+
version = "0.28"
3838

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

0 commit comments

Comments
 (0)