From 544cc577921164d03e1440de1da9ee42fa5ab98c Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Wed, 11 Mar 2026 10:24:13 -0500 Subject: [PATCH 1/2] Release v2.2.2 --- changes/339.fixed | 1 - docs/admin/release_notes/version_2.2.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changes/339.fixed diff --git a/changes/339.fixed b/changes/339.fixed deleted file mode 100644 index 2fa50ce7..00000000 --- a/changes/339.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed bug with deepcopy in dunder new. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index f2d84d97..603c7add 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -18,3 +18,9 @@ Remove Python 3.9 support as it's EOL. - [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow. - Rebaked from the cookie `main`. + +## [v2.2.2 (2026-03-11)](https://github.com/networktocode/diffsync/releases/tag/v2.2.2) + +### Fixed + +- [#339](https://github.com/networktocode/diffsync/issues/339) - Fixed bug with deepcopy in dunder new. diff --git a/pyproject.toml b/pyproject.toml index e0e39946..34267ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.2a0" +version = "2.2.2" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0" From 507ba8fa216bd53c435d56e0b108c89ee86f570d Mon Sep 17 00:00:00 2001 From: Joe Wesch Date: Wed, 11 Mar 2026 10:50:37 -0500 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34267ec8..88e5600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.2" +version = "2.2.3a0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"