File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.7.0 - 2022-10-03
4
+
5
+ ### Changed
6
+
7
+ - #176 - Remove pytest-redislite in favor of pytest-redis.
8
+ - #174 - Update Dockerfile to install build-essential
9
+
10
+ ### Added
11
+
12
+ - #174 - Add methods to load data from dictionary and enable tree traversal
13
+ - #168 - Add 'skip' counter to diff.summary()
14
+ - #169 /#170 - Add documentation about model processing order
15
+ - #121 /#140 - Add and configure renovate
16
+ - #140 - Add renovate configuration validation to the CI
17
+
18
+ ### Fixed
19
+
20
+ - #149 Limit redundant CI concurrency
21
+
3
22
## v1.6.0 - 2022-07-09
4
23
5
24
### Changed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " diffsync"
3
- version = " 1.6 .0"
3
+ version = " 1.7 .0"
4
4
description = " Library to easily sync/diff/update 2 different data sources"
5
5
authors = [" Network to Code, LLC <info@networktocode.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments