Skip to content

Commit d9093e8

Browse files
committed
chore(main): release 1.2.0
1 parent 1672076 commit d9093e8

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-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.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.1.0...v1.2.0) (2026-02-09)
4+
5+
6+
### Features
7+
8+
* add anjana logo ([ce292b3](https://github.com/IFCA-Advanced-Computing/anjana/commit/ce292b39743104e254090ca8468654e83b2aa823))
9+
* add anjana logo ([43f8e0e](https://github.com/IFCA-Advanced-Computing/anjana/commit/43f8e0e77a40cc2e1e668044db96eeb2eacf6eed))
10+
11+
12+
### Bug Fixes
13+
14+
* add anjana logo ([1635674](https://github.com/IFCA-Advanced-Computing/anjana/commit/16356745c7e279c5985ba2073bb1a30af768497a))
15+
* add pip version control in CI workflow ([02fcfa2](https://github.com/IFCA-Advanced-Computing/anjana/commit/02fcfa2662dde8c6e3470b82e0d105d49578229a))
16+
* fix typo in CONTRIBUTING ([44017af](https://github.com/IFCA-Advanced-Computing/anjana/commit/44017af797a2560b7f4b5e830b60d818f398bcbe))
17+
* fix typo in CONTRIBUTING.md ([422b899](https://github.com/IFCA-Advanced-Computing/anjana/commit/422b899df35316d811cb45c5b6c248eeb120b703))
18+
* refactor CI/CD workflow updating poetry config ([d5c11db](https://github.com/IFCA-Advanced-Computing/anjana/commit/d5c11db03ac3708ece6aa40935c8b182c3a3f090))
19+
* ugrade pytest and pytest-cov versions ([efd1ba8](https://github.com/IFCA-Advanced-Computing/anjana/commit/efd1ba89a3fe572fbb0542013cbda035610ac543))
20+
* update github actions ([8a9800d](https://github.com/IFCA-Advanced-Computing/anjana/commit/8a9800d5bcf066597112ac36f3a091eb293767d5))
21+
* update Python version ([7eb66ba](https://github.com/IFCA-Advanced-Computing/anjana/commit/7eb66baab958758f209ab1755aada593b43f1c1d))
22+
23+
24+
### Documentation
25+
26+
* add logo ([d370a7c](https://github.com/IFCA-Advanced-Computing/anjana/commit/d370a7c59fc0dcc6d97ee41cb19076dbe63cfa4c))
27+
* update logo ([14ac46d](https://github.com/IFCA-Advanced-Computing/anjana/commit/14ac46dfd001fc44174f884ce64f058196a5c33b))
28+
* update README ([d1b35ef](https://github.com/IFCA-Advanced-Computing/anjana/commit/d1b35ef7aa0e758dcdb0fe379d7da1a5a6ba57d9))
29+
* update README.md ([7632e13](https://github.com/IFCA-Advanced-Computing/anjana/commit/7632e13b99a6b198714abc8265a159e4f7a1ce55))
30+
* update README.md ([1c22697](https://github.com/IFCA-Advanced-Computing/anjana/commit/1c2269781d1dcd3faf00cf4d6b0018680f47df46))
31+
* update sphinx version ([5b961a9](https://github.com/IFCA-Advanced-Computing/anjana/commit/5b961a9a91bbfaef825ab26aea15e9320a2f6862))
32+
333
## [1.1.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.0.0...v1.1.0) (2025-01-30)
434

535

anjana/__init__.py

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

1717
"""ANJANA is an open source framework for anonymizing data with different techniques."""
1818

19-
__version__ = "1.1.0"
19+
__version__ = "1.2.0"

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 = "anjana"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "ANJANA is an open source framework for applying different anonymity techniques."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <sainzpardo@ifca.unican.es>",

0 commit comments

Comments
 (0)