Skip to content

Commit 98a78c6

Browse files
committed
Merge branch 'hotfix/0.8.2'
2 parents 1986bfe + d6f95e1 commit 98a78c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ jobs:
279279
path: dist
280280
-
281281
name: Publish build to PyPI
282-
uses: pypa/[email protected].2
282+
uses: pypa/[email protected].3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.2] - 2024-12-17
9+
10+
### Fixed
11+
12+
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3, fixing core metadata publishing issue
13+
814
## [0.8.1] - 2024-12-17
915

1016
### Fixed

src/gotenberg_client/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2023-present Trenton H <[email protected]>
22
#
33
# SPDX-License-Identifier: MPL-2.0
4-
__version__ = "0.8.1"
4+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)