Skip to content

Commit 55a33fa

Browse files
committed
chore: release 1.1.1
1 parent d5c2806 commit 55a33fa

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
History
33
=======
44

5+
1.1.1 (2026-06-25)
6+
------------------
7+
8+
* Made ``DiscoveryMatch.label`` optional (it is absent for non-sensitive/ignore matches).
9+
* Added the ``finished_with_warnings`` status to ``AsyncRulesetGenerationTaskStatus``.
10+
* ``get_db_discovery_result_report`` may now return ``bytes`` (a zip)
11+
when the server splits a large DB-discovery report,
12+
and ruleset generation from CSV now detects and forwards zip uploads.
13+
514
1.1.0 (2026-06-24)
615
------------------
716

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datamasque-python"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Official Python client for the DataMasque data-masking API."
55
authors = [
66
{ name = "DataMasque Ltd" },

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)