Skip to content

Commit

Permalink
chore(release): 5.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.8.0](v5.7.1...v5.8.0) (2022-05-01)

### ⚠ BREAKING CHANGES

* Removed support for Python 3.6 and overall cleanup
* **dev:** Switch from underscores to dashes for function names

### Features

* **ci:** Add `dependabot.yml` ([a6d6406](a6d6406))

### Code Refactoring

* **dev:** Switch from underscores to dashes for function names ([1dc0bb3](1dc0bb3))
* remove support for python 3.6 and clean ([363d353](363d353))
  • Loading branch information
semantic-release-bot committed May 1, 2022
1 parent 363d353 commit 9b4a558
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [5.8.0](https://github.com/trallnag/prometheus-fastapi-instrumentator/compare/v5.7.1...v5.8.0) (2022-05-01)


### ⚠ BREAKING CHANGES

* Removed support for Python 3.6 and overall cleanup
* **dev:** Switch from underscores to dashes for function names

### Features

* **ci:** Add `dependabot.yml` ([a6d6406](https://github.com/trallnag/prometheus-fastapi-instrumentator/commit/a6d640613a89972df4de7fe8dde06bf1457f93b8))


### Code Refactoring

* **dev:** Switch from underscores to dashes for function names ([1dc0bb3](https://github.com/trallnag/prometheus-fastapi-instrumentator/commit/1dc0bb331ff2484931030fe802d0ee19a84e13d4))
* remove support for python 3.6 and clean ([363d353](https://github.com/trallnag/prometheus-fastapi-instrumentator/commit/363d3534b78cafe50d288901890650d95a64e109))

# Changelog

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "prometheus-fastapi-instrumentator"
version = "5.7.1"
version = "5.8.0"
description = "Instrument your FastAPI with Prometheus metrics"
authors = ["Tim Schwenke <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9b4a558

Please sign in to comment.