Skip to content

Commit 84cd2e4

Browse files
authored
Merge pull request #283 from networktocode/main
main to develop post 2.0.1
2 parents 75c2d8f + 86c71de commit 84cd2e4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The 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 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+
722
## [2.0.0]
823

924
### Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)