We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8243ddb + 44d7838 commit faa9d19Copy full SHA for faa9d19
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v1.10.0 - 2023-11-16
4
+
5
+### Fixed
6
7
+- #249 - Fixes natural deletion order flag
8
+- #247 - Fixes underspecified typing_extensions dependency
9
10
+### Changed
11
12
+- #247 - Deprecates Python 3.7
13
14
## v1.9.0 - 2023-10-16
15
16
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
-version = "1.9.0"
+version = "1.10.0"
description = "Library to easily sync/diff/update 2 different data sources"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
0 commit comments