We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006c4e5 + 507ba8f commit a3a733bCopy full SHA for a3a733b
3 files changed
changes/339.fixed
docs/admin/release_notes/version_2.2.md
@@ -18,3 +18,9 @@ Remove Python 3.9 support as it's EOL.
18
19
- [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow.
20
- Rebaked from the cookie `main`.
21
+
22
+## [v2.2.2 (2026-03-11)](https://github.com/networktocode/diffsync/releases/tag/v2.2.2)
23
24
+### Fixed
25
26
+- [#339](https://github.com/networktocode/diffsync/issues/339) - Fixed bug with deepcopy in dunder new.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "diffsync"
3
-version = "2.2.2a0"
+version = "2.2.3a0"
4
description = "Library to easily sync/diff/update 2 different data sources"
5
authors = ["Network to Code, LLC <info@networktocode.com>"]
6
license = "Apache-2.0"
0 commit comments