Skip to content

Commit faa9d19

Browse files
authored
Merge pull request #252 from networktocode/main
Sync 1.10.0 to develop
2 parents 8243ddb + 44d7838 commit faa9d19

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v1.9.0 - 2023-10-16
415

516
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)