Skip to content

Commit

Permalink
version 2.2.357 (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jan 13, 2025
1 parent e1f854d commit a78e659
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file.

### General


## [2.3.357] - 2025-01-13

### Analyzer
- Example GLiNER integration (#1504)

### General
- Docs revamp and docstring bug fixes (#1500)
- Minor updates to the mkdocstrings config (#1503)

## [2.3.356] - 2024-12-15

### Analyzer
Expand Down Expand Up @@ -499,8 +509,9 @@ Upgrade Analyzer spacy version to 3.0.5

#### Deanonymize:
New endpoint for deanonymizing encrypted entities by the anonymizer.
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.356...HEAD
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...356
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.357...HEAD
[2.2.357]: https://github.com/microsoft/presidio/compare/2.2.356...2.2.357
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...2.2.356
[2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
[2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353
Expand Down
2 changes: 1 addition & 1 deletion presidio-analyzer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio_analyzer"
version = "2.2.356"
version = "2.2.357"
description = "Presidio Analyzer package"
authors = ["Presidio <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion presidio-anonymizer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio_anonymizer"
version = "2.2.356"
version = "2.2.357"
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
authors = ["Presidio <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion presidio-image-redactor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio-image-redactor"
version = "0.0.54"
version = "0.0.55"
description = "Presidio image redactor package"
authors = ["Presidio <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion presidio-structured/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["poetry-core"]

[tool.poetry]
name = "presidio_structured"
version = "0.0.3-alpha"
version = "0.0.4-alpha"
description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data."
authors = ["Presidio <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a78e659

Please sign in to comment.