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 11# Changelog
22
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+
322## v1.6.0 - 2022-07-09
423
524### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 1.6 .0"
3+ version = " 1.7 .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