Skip to content

Commit 72efe78

Browse files
committed
Merge branch '2-4-stable'
2 parents fd6112b + b285f71 commit 72efe78

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
-------------------------------------------------------------------
1818
## [Unreleased]
19+
20+
## [2.4.0] 2024-07-30
21+
## Changed
22+
- pynonymizer CLI will now catch errors and log them instead of dumping the stacktrace.
23+
1924
## Fixed
2025
- Fixed a bug where MSSQL provider would override the server connection with (local).
2126
- Fixed a bug where failing dump & restore operations would not be caught by pynonymizer. Pynonymizer will now error when mysql/mysqldump or psql/pgdump returns an error code.

pynonymizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.4.0"
22

33
from pynonymizer.pynonymize import pynonymize as run

0 commit comments

Comments
 (0)