File tree 2 files changed +16
-1
lines changed
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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 2.0.1]
8
+
9
+ ### Changed
10
+
11
+ - #276 - Removed upper version bound 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
+
7
22
## [ 2.0.0]
8
23
9
24
### Changed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " diffsync"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
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