We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a72750 commit ee288d5Copy full SHA for ee288d5
3 files changed
changes/346.fixed
docs/admin/release_notes/version_2.2.md
@@ -24,3 +24,9 @@ Remove Python 3.9 support as it's EOL.
24
### Fixed
25
26
- [#339](https://github.com/networktocode/diffsync/issues/339) - Fixed bug with deepcopy in dunder new.
27
+
28
+## [v2.2.3 (2026-03-20)](https://github.com/networktocode/diffsync/releases/tag/v2.2.3)
29
30
+### Fixed
31
32
+- [#346](https://github.com/networktocode/diffsync/issues/346) - Reverted addition of __new__ method to Adapter class to resolve instantiation issues.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "diffsync"
3
-version = "2.2.3a0"
+version = "2.2.3"
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