Skip to content

Commit 400bf3a

Browse files
committed
chore(main): release 1.1.1
1 parent 30bf5f8 commit 400bf3a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.1.0...v1.1.1) (2025-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* update README.rst ([7a4913b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/7a4913b5dc64b683553441904e676cf4afc1c6fc))
9+
* update README.rst ([b4f4588](https://github.com/IFCA-Advanced-Computing/pycanon/commit/b4f4588b3e0c5129b1786e1d4202ef8818243650))
10+
* update README.rst ([c359a01](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c359a01f7ab06d56cc818bb459f4549936ff2d3a))
11+
* update README.rst ([62d29c2](https://github.com/IFCA-Advanced-Computing/pycanon/commit/62d29c263794d54d9e5105e7f7a13a61c0fa3248))
12+
* update README.rst ([e94459a](https://github.com/IFCA-Advanced-Computing/pycanon/commit/e94459a37ae03a7e1c2561cefcdee86a23363021))
13+
* update README.rst ([e5bc26b](https://github.com/IFCA-Advanced-Computing/pycanon/commit/e5bc26bebb841db066bf3729bca53a7c12ae770f))
14+
15+
16+
### Documentation
17+
18+
* update conf.py ([9782917](https://github.com/IFCA-Advanced-Computing/pycanon/commit/97829171f5d62bedb8c8358580203ad1b9e68ca3))
19+
* update index.rst ([c233214](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c233214b873f8c7b96d815ddef37395f8209eef7))
20+
* update modules.rst ([b3833bc](https://github.com/IFCA-Advanced-Computing/pycanon/commit/b3833bc5f6e51c6f8ee880de2f565049a962ee07))
21+
* update README.rst ([7920f88](https://github.com/IFCA-Advanced-Computing/pycanon/commit/7920f8814bc608836b5438981b637e81ed4b1b9d))
22+
323
## [1.1.0](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.5...v1.1.0) (2025-09-21)
424

525

pycanon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
"""pyCANON is a library to check the values of the most common data privacy models."""
1818

19-
__version__ = "1.1.0"
19+
__version__ = "1.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycanon"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "pyCANON: A Python library to check the level of anonymity of a dataset."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <[email protected]>",

0 commit comments

Comments
 (0)