From 4d917cea87740064d5c53d57c5d0ef15695bf89d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 25 Apr 2023 18:30:19 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f751569..30d4b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.0.0 (2023-04-25) +### Feature +* Update autobisect to v7.0.0 ([`4852dba`](https://github.com/MozillaSecurity/bugmon/commit/4852dba01d4dc8c5a293ff05a3a5b3ead47264f5)) + +### Breaking +* drop support for python 3.7 ([`87b5d98`](https://github.com/MozillaSecurity/bugmon/commit/87b5d98d93c012e72adbe3092cb42760c9a5f02a)) + ## v2.4.0 (2023-04-14) ### Feature * Add pernosco-failed status command ([`b7ae968`](https://github.com/MozillaSecurity/bugmon/commit/b7ae9686c657ef01576cf40903d4f3794cd5f8f9)) diff --git a/pyproject.toml b/pyproject.toml index 8f2f1c1..7b34e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ maintainers = [ name = "bugmon" readme = "README.md" repository = "https://github.com/MozillaSecurity/bugmon" -version = "2.4.0" +version = "3.0.0" [tool.poetry.dependencies] autobisect = "^7.0.0"