File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 2.0.1]
8+
9+ ### Changed
10+
11+ - #276 - Removed upper version boud for ` structlog ` dependency
12+
13+ ### Fixed
14+
15+ - #281 - Properly deprecated ` DiffSync ` class name
16+ - #273 - Properly capitalized ` DiffSync ` in documentation
17+ - #273 - Removed more mentions of ` DiffSync ` in favor of ` Adapter `
18+ - #274 - Fixed doc section title for getting started
19+ - #269 - Fixed wording for a couple of docstrings
20+ - #265 - Fixed readthedocs build
21+
722## [ 2.0.0]
823
924### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
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