Skip to content

Commit ee288d5

Browse files
committed
Bump patch and add release notes
1 parent 5a72750 commit ee288d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changes/346.fixed

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

docs/admin/release_notes/version_2.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

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.3a0"
3+
version = "2.2.3"
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)