Skip to content

Commit

Permalink
[Release] Version 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Apr 8, 2022
1 parent c97854d commit 642e473
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.3] - 2022-04-08

- [Bugfix] Ignore table wildcard
- [Bugfix] Fix hosts without config

## [2.8.2] - 2022-04-04
### Added

- [Bugfix] Module usage broken

## [2.8.1] - 2022-04-04
### Added

- [Bugfix] Optional args argument
- [Task] Changelog updated

## [2.8.0] - 2022-04-03
### Added

- [Test] Test Setting adjusted
- [Task] Reverse feature
- [Task] Load arguments after config file
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kmi/db-sync-tool",
"description": "Python script to synchronize a database from and to client systems.",
"version": "2.8.2",
"version": "2.8.3",
"license": "MIT",
"homepage": "https://github.com/jackd248/db-sync-tool",
"type": "project",
Expand Down
2 changes: 1 addition & 1 deletion db_sync_tool/info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Info script
"""
__version__ = "2.8.2"
__version__ = "2.8.3"
__pypi_package_url__ = "https://pypi.org/pypi/db-sync-tool-kmi"
__homepage__ = "https://github.com/jackd248/db-sync-tool"

0 comments on commit 642e473

Please sign in to comment.