Skip to content

Commit 7f8d9ad

Browse files
authored
Merge pull request #57 from IFCA-Advanced-Computing/release-please--branches--main
chore(main): release 1.0.0
2 parents 368a5ca + f676df3 commit 7f8d9ad

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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-
".": "0.2.2"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.2...v1.0.0) (2024-08-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move to version 1.0.0
9+
10+
### Features
11+
12+
* move to version 1.0.0 ([368a5ca](https://github.com/IFCA-Advanced-Computing/anjana/commit/368a5ca52886a343de2af42cb90e5df4dbc7fafd))
13+
* move to version 1.0.0 ([ed06f0e](https://github.com/IFCA-Advanced-Computing/anjana/commit/ed06f0e4ce603bc01f1332d3cfdfa85b98bb5efa))
14+
315
## [0.2.2](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.1...v0.2.2) (2024-05-15)
416

517

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__ = "0.2.2"
19+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)