Skip to content

Commit c721d1f

Browse files
committed
REL: 5.6.1
## What's new ### New Features (ENH) - Add PDF/A XMP metadata support (#3314) by @Arya-A-Nair ### Robustness (ROB) - Deal with annotations not being lists on merge (#3321) by @stefan6419846 - Handle NullObject for cmap encoding Differences entry (#3317) by @stefan6419846 ### Developer Experience (DEV) - Update ruff to 0.12.0 (#3316) by @stefan6419846 [Full Changelog](5.6.0...5.6.1)
1 parent 07f26f7 commit c721d1f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## Version 5.6.1, 2025-06-22
4+
5+
### New Features (ENH)
6+
- Add PDF/A XMP metadata support (#3314)
7+
8+
### Robustness (ROB)
9+
- Deal with annotations not being lists on merge (#3321)
10+
- Handle NullObject for cmap encoding Differences entry (#3317)
11+
12+
### Developer Experience (DEV)
13+
- Update ruff to 0.12.0 (#3316)
14+
15+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.6.0...5.6.1)
16+
317
## Version 5.6.0, 2025-06-01
418

519
### New Features (ENH)

pypdf/_version.py

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

0 commit comments

Comments
 (0)