Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
judithspd committed Aug 14, 2024
1 parent a20c998 commit 39b60a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.2...v0.3.0) (2024-08-14)


### Features

* move to version 1.0.0 ([ed06f0e](https://github.com/IFCA-Advanced-Computing/anjana/commit/ed06f0e4ce603bc01f1332d3cfdfa85b98bb5efa))

## [0.2.2](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.1...v0.2.2) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion anjana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

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

__version__ = "0.2.2"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anjana"
version = "1.0.0"
version = "0.3.0"
description = "ANJANA is an open source framework for applying different anonymity techniques."
authors = [
"Judith Sáinz-Pardo Díaz <[email protected]>",
Expand Down

0 comments on commit 39b60a1

Please sign in to comment.