Skip to content

Commit

Permalink
🔖 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v0.9.0](v0.8.0...v0.9.0) (2022-01-10)

## ✨ New Features
- [`c801022`](c801022)  update prometheus-client to 0.12
- [`c04164f`](c04164f)  Python 3.10 compatibility and upgrade requirements

## 🐛 Bug Fixes
- [`90837df`](90837df)  UnboundLocalError: local variable 'status_code' referenced before assignment
  • Loading branch information
semantic-release-bot committed Jan 10, 2022
1 parent c04164f commit fb7b9bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Semantic Versioning Changelog

# [v0.9.0](https://github.com/perdy/starlette-prometheus/compare/v0.8.0...v0.9.0) (2022-01-10)

## ✨ New Features
- [`c801022`](https://github.com/perdy/starlette-prometheus/commit/c801022) update prometheus-client to 0.12
- [`c04164f`](https://github.com/perdy/starlette-prometheus/commit/c04164f) Python 3.10 compatibility and upgrade requirements

## 🐛 Bug Fixes
- [`90837df`](https://github.com/perdy/starlette-prometheus/commit/90837df) UnboundLocalError: local variable 'status_code' referenced before assignment

# [v0.8.0](https://github.com/perdy/starlette-prometheus/compare/v0.7.0...v0.8.0) (2021-08-31)

## ✨ New Features
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.masonry.api"

[tool.poetry]
name = "starlette-prometheus"
version = "0.8.0"
version = "0.9.0"
description = "Prometheus integration for Starlette"
authors = ["José Antonio Perdiguero López <perdy@perdy.io>"]
license = "GPL-3.0+"
Expand Down

0 comments on commit fb7b9bb

Please sign in to comment.