From b6982fb7e7ebb404073e11637368ee5eedb2f69a Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:34:17 -0600 Subject: [PATCH 1/3] docs: Update release notes --- changes/+main.housekeeping | 1 - changes/321.housekeeping | 1 - changes/334.fixed | 1 - docs/admin/release_notes/version_2.2.md | 11 +++++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/+main.housekeeping delete mode 100644 changes/321.housekeeping delete mode 100644 changes/334.fixed diff --git a/changes/+main.housekeeping b/changes/+main.housekeeping deleted file mode 100644 index 3433adf6..00000000 --- a/changes/+main.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `main`. diff --git a/changes/321.housekeeping b/changes/321.housekeeping deleted file mode 100644 index 044f8618..00000000 --- a/changes/321.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Fixed CI release workflow. diff --git a/changes/334.fixed b/changes/334.fixed deleted file mode 100644 index 5578d075..00000000 --- a/changes/334.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index 405c5742..f2d84d97 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -7,3 +7,14 @@ This document describes all new features and changes in the release. The format ## [v2.2.0] - 2025-12-08 Remove Python 3.9 support as it's EOL. + +## [v2.2.1 (2026-02-12)](https://github.com/networktocode/diffsync/releases/tag/v2.2.1) + +### Fixed + +- [#334](https://github.com/networktocode/diffsync/issues/334) - Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter. + +### Housekeeping + +- [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow. +- Rebaked from the cookie `main`. From a292361364e055f38cfd4ca3d51de61cb84701c5 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:34:34 -0600 Subject: [PATCH 2/3] build: Bump patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 115b43d2..20a82c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.1a0" +version = "2.2.1" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0" From 2295b5658cd06f8e19b1660d99d16eced527fb7b Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:51:14 -0600 Subject: [PATCH 3/3] Bump prepatch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20a82c8b..e0e39946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.1" +version = "2.2.2a0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"