Skip to content

Commit 5da86b3

Browse files
committed
release 0.45.0
1 parent 1f4a5d2 commit 5da86b3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,7 @@
210210
* Enhance Data Integrity with Binlog Event Checksum Verification
211211
* Fix Bug table map event read null_bitmask packet
212212
* Fix Timestamp conversion to return UTC instead of local timezone
213-
* Optimize Handler_read_rnd by removing ORDER BY clause
213+
* Optimize Handler_read_rnd by removing ORDER BY clause
214+
215+
0.45.0 02/10/2023
216+
* Fix Json object, Array parse Error

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.44'
51+
version = '0.45'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.44'
53+
release = '0.45'
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.44.0"
32+
version = "0.45.0"
3333

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

0 commit comments

Comments
 (0)