File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138
138
uses : " actions/checkout@v2"
139
139
- name : " Setup environment"
140
140
uses : " networktocode/gh-action-setup-poetry-environment@v5"
141
+ env :
142
+ POETRY_VERSION : 1.5.1
141
143
with :
142
144
python-version : " ${{ matrix.python-version }}"
143
145
- name : " Install redis"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## v1.8.0 - 2023-04-18
4
14
5
15
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " diffsync"
3
- version = " 1.7 .0"
3
+ version = " 1.9 .0"
4
4
description = " Library to easily sync/diff/update 2 different data sources"
5
5
authors = [
" Network to Code, LLC <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments