Skip to content

Commit 9df8590

Browse files
authored
Merge pull request #338 from networktocode/release-2.2.1-to-develop
Release 2.2.1 to Develop
2 parents 5620c41 + 2295b56 commit 9df8590

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

changes/+main.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/321.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/334.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_2.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ This document describes all new features and changes in the release. The format
77
## [v2.2.0] - 2025-12-08
88

99
Remove Python 3.9 support as it's EOL.
10+
11+
## [v2.2.1 (2026-02-12)](https://github.com/networktocode/diffsync/releases/tag/v2.2.1)
12+
13+
### Fixed
14+
15+
- [#334](https://github.com/networktocode/diffsync/issues/334) - Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter.
16+
17+
### Housekeeping
18+
19+
- [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow.
20+
- Rebaked from the cookie `main`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "2.2.1a0"
3+
version = "2.2.2a0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)