Skip to content

Commit b6f2d63

Browse files
authored
Merge pull request #245 from networktocode/main
1.9.0 back into develop
2 parents f69c24d + e5a41be commit b6f2d63

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
uses: "actions/checkout@v2"
139139
- name: "Setup environment"
140140
uses: "networktocode/gh-action-setup-poetry-environment@v5"
141+
env:
142+
POETRY_VERSION: 1.5.1
141143
with:
142144
python-version: "${{ matrix.python-version }}"
143145
- name: "Install redis"

CHANGELOG.md

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

3+
## v1.9.0 - 2023-10-16
4+
5+
### Added
6+
7+
- #220 - Implement DiffSyncModelFlags.NATURAL_DELETION_ORDER.
8+
9+
### Changed
10+
11+
- #219 - Type hinting overhaul
12+
313
## v1.8.0 - 2023-04-18
414

515
### 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.7.0"
3+
version = "1.9.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)