Skip to content

Commit 691f58e

Browse files
zsh:1: command not found: q
1 parent f76201e commit 691f58e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,7 @@
165165
* Parse status variables in query event
166166

167167
0.28 23/01/2022
168-
* Add support for MariaDB GTID
168+
* Add support for MariaDB GTID
169+
170+
0.29 08/04/2022
171+
* Skip db name parsing if mts_accessed_dbs == 254

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.28'
51+
version = '0.29'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.28'
53+
release = '0.29'
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.28"
37+
version = "0.29"
3838

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

0 commit comments

Comments
 (0)