Skip to content

Commit 0172922

Browse files
committed
Prepare for release 1.7.0.
1 parent b94adec commit 0172922

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)