Skip to content

Commit b306dd7

Browse files
Release 0.42
1 parent 1104de3 commit b306dd7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,7 @@
183183
* Mariadb 10.6.12: Mitigate corrupt binlog event bug
184184

185185
0.41 03/06/2023
186-
* Zero-pad fixed-length binary fields
186+
* Zero-pad fixed-length binary fields
187+
188+
0.42 25/06/2023
189+
* Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ Other contributors:
335335
Zero-pad fixed-length binary fields (https://github.com/oseemann)
336336
* Mahadir Ahmad: Handle null json payload (https://github.com/mahadirz)
337337
* Axel Viala: Removal of Python 2.7 (https://github.com/darnuria)
338+
* Etern: Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent (https://github.com/etern)
338339

339340
Thanks to GetResponse for their support
340341

docs/conf.py

+2-2
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.41'
51+
version = '0.42'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.41'
53+
release = '0.42'
5454

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run(self):
2929
unittest.main(tests, argv=sys.argv[:1])
3030

3131

32-
version = "0.41"
32+
version = "0.42"
3333

3434
this_directory = Path(__file__).parent
3535
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)