Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release committed Apr 23, 2024
1 parent 8aa9e3e commit bcac618
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v3.8.0 (2024-04-23)

### Feature

* Set explicit retries and increase backoff_factor ([`75341de`](https://github.com/MozillaSecurity/bugmon/commit/75341de8a0f89ad643cab0d435d44e7d2cc512f5))

### Fix

* Remove unnecessary check for pre py3.8 versions ([`dec0b50`](https://github.com/MozillaSecurity/bugmon/commit/dec0b5080b6687e1fa578399636a4b99e3fcfbd3))

## v3.7.0 (2024-03-11)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ name = "bugmon"
packages = [{from = "src", include = "bugmon"}]
readme = "README.md"
repository = "https://github.com/MozillaSecurity/bugmon"
version = "3.7.0"
version = "3.8.0"

[tool.poetry.dependencies]
autobisect = "^7.5.0"
Expand Down

0 comments on commit bcac618

Please sign in to comment.