Skip to content

Commit d40f359

Browse files
committed
REL: 6.1.0
## What's new ### New Features (ENH) - Enhance XMP metadata handling with creation and setter methods (#3410) by @Arya-A-Nair - Add all font metrics for base 14 Type 1 PDF fonts (#3363) by @PJBrs - Allow deleting embedded files (#3461) by @stefan6419846 - Add support for Python in FIPS mode for document identifier (#3438) by @xnox ### Bug Fixes (BUG) - Fix handling of UTF-16 encoded destination titles (#3463) by @stefan6419846 - Guard empty input to prevent IndexError (#3448) by @KyleJung0828 ### Developer Experience (DEV) - Fix type hint for XMP metadata setter to add bytes type (#3464) by @stefan6419846 [Full Changelog](6.0.0...6.1.0)
1 parent 27b66aa commit d40f359

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
## Version 6.1.0, 2025-09-21
4+
5+
### New Features (ENH)
6+
- Enhance XMP metadata handling with creation and setter methods (#3410)
7+
- Add all font metrics for base 14 Type 1 PDF fonts (#3363)
8+
- Allow deleting embedded files (#3461)
9+
- Add support for Python in FIPS mode for document identifier (#3438)
10+
11+
### Bug Fixes (BUG)
12+
- Fix handling of UTF-16 encoded destination titles (#3463)
13+
- Guard empty input to prevent IndexError (#3448)
14+
15+
### Developer Experience (DEV)
16+
- Fix type hint for XMP metadata setter to add bytes type (#3464)
17+
18+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/6.0.0...6.1.0)
19+
320
## Version 6.0.0, 2025-08-11
421

522
### Security (SEC)

pypdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.0"
1+
__version__ = "6.1.0"

0 commit comments

Comments
 (0)