-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
363d353
commit 9b4a558
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|