Skip to content

Commit 57fc357

Browse files
committed
update version to v2.5.0
1 parent 89c5a51 commit 57fc357

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
-------------------------------------------------------------------
1818
## [Unreleased]
19+
20+
## [2.5.0] 2024-12-27
1921
## Fixed
2022
- Fixed an issue where postgres seed table was using invalid datatype `DATETIME`. changed to `TIMESTAMP`
2123
- Fixed a issue when updates to MSSQL data would result in multiple messages coming back from the server, e.g. when triggers update multiple tables and NOCOUNT is OFF. Another scenario is before or after scripts that call stored procs wth PRINT statements in them or that return multiple resultsets before completing. Without the fix, this issue can result in tables only partially anonymized.

pynonymizer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.5.0"
22

33
from pynonymizer.pynonymize import pynonymize as run

0 commit comments

Comments
 (0)