File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ Remove Python 3.9 support as it's EOL.
2424### Fixed
2525
2626- [ #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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " diffsync"
3- version = " 2.2.3a0 "
3+ version = " 2.2.3 "
44description = " Library to easily sync/diff/update 2 different data sources"
55authors = [" Network to Code, LLC <info@networktocode.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments