From fda2a53ee3ff85ed08821bc4182789cdc46b480c Mon Sep 17 00:00:00 2001 From: Lujeni Date: Tue, 8 Oct 2024 15:10:01 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.2=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..de42f23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## 1.1.0 (2024-10-08) + +### Feat + +- **mr-label**: Add label parameter to mr creation + +### Fix + +- **gitlab_provider**: update member retrieval method to include all members +- **gitlab**: ProjectMemberManager has no attribute "all" + +### Refactor + +- use pydandic settings to handle configuration +- Update gitlab2sentry/utils/gitlab_provider.py + +## 1.0.2 (2022-12-06) + +## 1.0.1 (2022-11-03) diff --git a/pyproject.toml b/pyproject.toml index ca62781..1cc720a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "1.0.2" +version = "1.1.0" update_changelog_on_bump = true [tool.pytest_env]