From 9b4a5583b8e77c459813d9fc35ddfacd7e7ff9b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 May 2022 19:24:22 +0000 Subject: [PATCH] chore(release): 5.8.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029e71e..8eb9379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 5805d87..adcad64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"