From 626f1bf75f296e3ff07b79fd9fec3f9746002aed Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 6 Aug 2021 19:25:22 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4add5..c0965bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.1.1 (2021-08-06) +### Fix +* Move unnecessary deps to dev-dependencies ([`ced1ad8`](https://github.com/MozillaSecurity/bugmon/commit/ced1ad85250c86768001378bec91e001e19d5924)) + ## v1.1.0 (2021-08-06) ### Feature * Add harness iterator for BrowserEvaluator ([#23](https://github.com/MozillaSecurity/bugmon/issues/23)) ([`5d127fb`](https://github.com/MozillaSecurity/bugmon/commit/5d127fbfc0e7b4171dd4f490c6420f5b296b0c7d)) diff --git a/pyproject.toml b/pyproject.toml index aacf098..d411a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ maintainers = [ name = "bugmon" readme = "README.md" repository = "https://github.com/MozillaSecurity/bugmon" -version = "1.1.0" +version = "1.1.1" [tool.poetry.dependencies] autobisect = "^3.1.0"