Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknovak committed Dec 11, 2024
1 parent 8b62e7d commit 291fb42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### anonipy-0.3.0 (2024-12-11)

**New Features:**

- Add `Pipeline` module for streamlining text anonymization
- Add better date handling and support in `DateGenerator`

**Bug Fixes:**

- Fix unit tests
- Change unit test framework to `pytest`

### anonipy-0.2.0 (2024-11-09)

**Breaking Changes:**
Expand Down
2 changes: 1 addition & 1 deletion anonipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__version__ = "0.2.0"
__version__ = "0.3.0"

from . import anonymize
from . import utils
Expand Down

0 comments on commit 291fb42

Please sign in to comment.