From d82d5b0dec94c9aa4d4df229c52df5a2a823965a Mon Sep 17 00:00:00 2001 From: Leo Kirchner Date: Tue, 22 Oct 2024 07:21:49 +0200 Subject: [PATCH] prepares release 2.0.1 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8433699..1cc7217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.0.1] + +### Changed + +- #276 - Removed upper version boud for `structlog` dependency + +### Fixed + +- #281 - Properly deprecated `DiffSync` class name +- #273 - Properly capitalized `DiffSync` in documentation +- #273 - Removed more mentions of `DiffSync` in favor of `Adapter` +- #274 - Fixed doc section title for getting started +- #269 - Fixed wording for a couple of docstrings +- #265 - Fixed readthedocs build + ## [2.0.0] ### Changed diff --git a/pyproject.toml b/pyproject.toml index d7158cc..5e10b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.0.0" +version = "2.0.1" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"