Skip to content

Commit 90e9ed4

Browse files
actualwitchBrett Beutell
and
Brett Beutell
authored
Bump dependencies, use caret requirement for prometheus-client (#72)
* Bump dependencies, use caret requirement for prometheus-client * Support prometheus-client 16 or 17 * Added changelog * Bump package version to 0.8 * Mod changelog again --------- Co-authored-by: Brett Beutell <brett@fiberplane.com>
1 parent 4eb9ebf commit 90e9ed4

File tree

4 files changed

+237
-180
lines changed

4 files changed

+237
-180
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.11", "pypy3.10"]
15+
python-version: ["3.8", "3.11", "pypy3.10"]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Install poetry

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3434

3535
-
3636

37+
## [0.8](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.8) - 2023-07-24
38+
39+
### Added
40+
41+
- Support for prometheus-client 0.17.x
42+
3743
## [0.7](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.7) - 2023-07-19
3844

3945
### Added

0 commit comments

Comments
 (0)