File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 1.7 .0"
3+ version = " 1.9 .0"
44description = " Library to easily sync/diff/update 2 different data sources"
55authors = [" Network to Code, LLC <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments