Skip to content

Commit

Permalink
Bump dependencies, use caret requirement for prometheus-client (#72)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
actualwitch and Brett Beutell authored Jul 24, 2023
1 parent 4eb9ebf commit 90e9ed4
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.11", "pypy3.10"]
python-version: ["3.8", "3.11", "pypy3.10"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

-

## [0.8](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.8) - 2023-07-24

### Added

- Support for prometheus-client 0.17.x

## [0.7](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.7) - 2023-07-19

### Added
Expand Down
Loading

0 comments on commit 90e9ed4

Please sign in to comment.