Skip to content

Commit

Permalink
Merge tag '0.8.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 17, 2024
2 parents 970c1ed + 98a78c6 commit 040b7bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ jobs:
path: dist
-
name: Publish build to PyPI
uses: pypa/[email protected].2
uses: pypa/[email protected].3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.2] - 2024-12-17

### Fixed

- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3, fixing core metadata publishing issue

## [0.8.1] - 2024-12-17

### Fixed
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.1"
__version__ = "0.8.2"

0 comments on commit 040b7bd

Please sign in to comment.