From 8d9cd9809521186f689f167c048d2b6ec21ed78c Mon Sep 17 00:00:00 2001 From: vmaas-bot <40663028+vmaas-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:36:35 +0000 Subject: [PATCH] 2.59.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- vmaas/common/constants.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e990ca8f..8d2d59da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.59.0 (2024-04-25) + +### Feature + +* feat: list modified packages in modified repos + +RHINENG-9690 ([`d9a8181`](https://github.com/RedHatInsights/vmaas/commit/d9a818179e0417ce202d5b4ff21f3853a65fa22a)) + + ## v2.58.4 (2024-04-25) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 14e7bccc..6fdfc168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ commit_author = "vmaas-bot <40663028+vmaas-bot@users.noreply.github.com>" [tool.poetry] name = "vmaas" -version = "2.58.4" +version = "2.59.0" description = "" authors = [""] readme = "README.md" diff --git a/vmaas/common/constants.py b/vmaas/common/constants.py index 796e2a98..d3c8baa9 100644 --- a/vmaas/common/constants.py +++ b/vmaas/common/constants.py @@ -2,4 +2,4 @@ Common constants declaration module. """ -VMAAS_VERSION = "2.58.4" +VMAAS_VERSION = "2.59.0"