From 9c2c7455095a04c1bc1dcceb07e9bb9c6bd46fb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 24 Jul 2024 10:42:56 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.4...v3.0.0) (2024-07-24) ### Features * run_probes - add timeout for each check ([af7dc06](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/af7dc067a7174cdb0f5a55813a968629e8679658)) ### BREAKING CHANGES * config structure change + new required option --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0564a1a..43aa791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.4...v3.0.0) (2024-07-24) + + +### Features + +* run_probes - add timeout for each check ([af7dc06](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/af7dc067a7174cdb0f5a55813a968629e8679658)) + + +### BREAKING CHANGES + +* config structure change + new required option + ## [2.7.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.3...v2.7.4) (2024-05-30) diff --git a/setup.cfg b/setup.cfg index eddd6e2..df398ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.7.4 +version = 3.0.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab