Skip to content

Commit

Permalink
Merge branch 'hotfix/0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 17, 2024
2 parents aabe6b2 + 842434e commit 2c7e516
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 @@ -189,4 +189,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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] - 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.0] - 2024-12-17

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion src/tika_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"

0 comments on commit 2c7e516

Please sign in to comment.