We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b700a commit 92f4ccfCopy full SHA for 92f4ccf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.0 - 2021-04-07
4
+
5
+### Added
6
7
+- #48 - added optional `callback` argument to `diff_from`/`diff_to`/`sync_from`/`sync_to` for use with progress reporting.
8
9
## v1.2.0 - 2020-12-08
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
-version = "1.2.0"
+version = "1.3.0"
description = "Library to easily sync/diff/update 2 different data sources"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
0 commit comments