Skip to content

Commit

Permalink
Merge branch 'release/0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 17, 2024
2 parents 7c32237 + 4f9cc93 commit 1986bfe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] - 2024-12-17

### Fixed

- Relaxed version restriction on `httpx`

### Changed

- Test in CI using Gotenberg 8.14.1

## [0.8.0] - 2024-12-11

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
dynamic = [ "version" ]
dependencies = [
"httpx[http2]~=0.28",
"httpx[http2]>=0.27",
"typing-extensions; python_version<'3.11'",
]

Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies = [
"pytest ~= 8.3; python_version >= '3.9'",
"pytest-mock ~= 3.14",
"pytest-randomly ~= 3.15",
"pytest-rerunfailures ~= 14.0",
"pytest-rerunfailures ~= 15.0",
"pytest-xdist[psutil] ~= 3.6",
]
extra-dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/gotenberg_client/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Trenton H <[email protected]>
#
# SPDX-License-Identifier: MPL-2.0
__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
gotenberg-test-net:
services:
gotenberg-client-test-server:
image: docker.io/gotenberg/gotenberg:8.11.0
image: docker.io/gotenberg/gotenberg:8.14.1
networks:
- gotenberg-test-net
ports:
Expand Down

0 comments on commit 1986bfe

Please sign in to comment.