diff --git a/NEWS b/NEWS index 8b0093f..1991a27 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ # Releases +## perceval-pontoon 0.2.0 - (2025-01-21) + +**New features:** + + * User actions support for Pontoon API\ + A new category has been added to the Pontoon backend, allowing the + collection of user actions via the Pontoon API. To use this feature, + specify the target project and provide a valid session ID as + parameters. + + ## perceval-pontoon 0.1.14 - (2024-12-11) * Update Poetry's package dependencies diff --git a/perceval/backends/pontoon/_version.py b/perceval/backends/pontoon/_version.py index 0c14625..ad813e8 100644 --- a/perceval/backends/pontoon/_version.py +++ b/perceval/backends/pontoon/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2025-01-20 12:52:38.132213 -__version__ = "0.2.0-rc.1" +# File auto-generated by semverup on 2025-01-21 09:03:58.830684 +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 92ef586..ac98655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perceval-pontoon" -version = "0.2.0-rc.1" +version = "0.2.0" description = "Perceval backend for Pontoon" authors = [ "Bitergia Developers" diff --git a/releases/0.2.0.md b/releases/0.2.0.md new file mode 100644 index 0000000..f1b0ee1 --- /dev/null +++ b/releases/0.2.0.md @@ -0,0 +1,10 @@ +## perceval-pontoon 0.2.0 - (2025-01-21) + +**New features:** + + * User actions support for Pontoon API\ + A new category has been added to the Pontoon backend, allowing the + collection of user actions via the Pontoon API. To use this feature, + specify the target project and provide a valid session ID as + parameters. + diff --git a/releases/unreleased/processed/user-actions-support-for-pontoon-api.yml b/releases/unreleased/processed/user-actions-support-for-pontoon-api.yml deleted file mode 100644 index c377bec..0000000 --- a/releases/unreleased/processed/user-actions-support-for-pontoon-api.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: User actions support for Pontoon API -category: added -author: Jose Javier Merchante -issue: null -notes: > - A new category has been added to the Pontoon backend, - allowing the collection of user actions via the Pontoon API. - To use this feature, specify the target project and provide - a valid session ID as parameters.