Skip to content

Commit a78e659

Browse files
authored
version 2.2.357 (#1510)
1 parent e1f854d commit a78e659

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file.
1414

1515
### General
1616

17+
18+
## [2.3.357] - 2025-01-13
19+
20+
### Analyzer
21+
- Example GLiNER integration (#1504)
22+
23+
### General
24+
- Docs revamp and docstring bug fixes (#1500)
25+
- Minor updates to the mkdocstrings config (#1503)
26+
1727
## [2.3.356] - 2024-12-15
1828

1929
### Analyzer
@@ -499,8 +509,9 @@ Upgrade Analyzer spacy version to 3.0.5
499509

500510
#### Deanonymize:
501511
New endpoint for deanonymizing encrypted entities by the anonymizer.
502-
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.356...HEAD
503-
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...356
512+
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.357...HEAD
513+
[2.2.357]: https://github.com/microsoft/presidio/compare/2.2.356...2.2.357
514+
[2.2.356]: https://github.com/microsoft/presidio/compare/2.2.355...2.2.356
504515
[2.2.355]: https://github.com/microsoft/presidio/compare/2.2.354...2.2.355
505516
[2.2.354]: https://github.com/microsoft/presidio/compare/2.2.353...2.2.354
506517
[2.2.353]: https://github.com/microsoft/presidio/compare/2.2.352...2.2.353

presidio-analyzer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio_analyzer"
7-
version = "2.2.356"
7+
version = "2.2.357"
88
description = "Presidio Analyzer package"
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"

presidio-anonymizer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio_anonymizer"
7-
version = "2.2.356"
7+
version = "2.2.357"
88
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"

presidio-image-redactor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio-image-redactor"
7-
version = "0.0.54"
7+
version = "0.0.55"
88
description = "Presidio image redactor package"
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"

presidio-structured/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core"]
44

55
[tool.poetry]
66
name = "presidio_structured"
7-
version = "0.0.3-alpha"
7+
version = "0.0.4-alpha"
88
description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data."
99
authors = ["Presidio <presidio@microsoft.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)