Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Release 1.5.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Apr 5, 2022
1 parent d984a30 commit 3cb0be5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8 ]
python-version: [ 3.7, 3.8, 3.9 ]

steps:
- name: Checkout repository
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.1 (2022-04-04)
------------------
* Fix: Handle case when BINLOG_GTID_POS returns multiple comma separated GTIDs


1.5.0 (2022-03-11)
------------------
* Support logical replication using GTID, for both Mariadb & MySql
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pipelinewise-tap-mysql',
version='1.5.0',
version='1.5.1',
description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3cb0be5

Please sign in to comment.