Skip to content

Commit 512e80f

Browse files
committed
release 0.46
1 parent 022cd15 commit 512e80f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.python }}
2626

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,7 @@
216216
* Fix Json object, Array parse Error
217217

218218
0.45.1 05/10/2023
219-
* add util module
219+
* add util module
220+
221+
0.46 10/10/2024
222+
* Fixing an issue of initializing table map when fake rotate event catching for Mysql versions 5.5, 5.6, 5.7

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.45.1'
51+
version = '0.46'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.45.1'
53+
release = '0.46'
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
@@ -29,7 +29,7 @@ def run(self):
2929
unittest.main(tests, argv=sys.argv[:1])
3030

3131

32-
version = "0.45.1"
32+
version = "0.46"
3333

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

0 commit comments

Comments
 (0)