Skip to content

Commit 0dd5773

Browse files
committed
REL: 6.0.0
## What's new ### Security (SEC) - Limit decompressed size for FlateDecode filter (#3430) by @stefan6419846 ### Deprecations (DEP) - Drop Python 3.8 support (#3412) by @stefan6419846 ### New Features (ENH) - Move BlackIs1 functionality to tiff_header (#3421) by @j-t-1 ### Robustness (ROB) - Skip Go-To actions without a destination (#3420) by @badGarnet ### Developer Experience (DEV) - Update code style related libraries (#3414) by @stefan6419846 - Update mypy to 1.17.0 (#3413) by @stefan6419846 - Stop testing on Python 3.8 and start testing on Python 3.14 (#3411) by @stefan6419846 ### Maintenance (MAINT) - Cleanup deprecations (#3424) by @stefan6419846 [Full Changelog](5.9.0...6.0.0)
1 parent bb3a690 commit 0dd5773

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## Version 6.0.0, 2025-08-11
4+
5+
### Security (SEC)
6+
- Limit decompressed size for FlateDecode filter (#3430)
7+
8+
### Deprecations (DEP)
9+
- Drop Python 3.8 support (#3412)
10+
11+
### New Features (ENH)
12+
- Move BlackIs1 functionality to tiff_header (#3421)
13+
14+
### Robustness (ROB)
15+
- Skip Go-To actions without a destination (#3420)
16+
17+
### Developer Experience (DEV)
18+
- Update code style related libraries (#3414)
19+
- Update mypy to 1.17.0 (#3413)
20+
- Stop testing on Python 3.8 and start testing on Python 3.14 (#3411)
21+
22+
### Maintenance (MAINT)
23+
- Cleanup deprecations (#3424)
24+
25+
[Full Changelog](https://github.com/py-pdf/pypdf/compare/5.9.0...6.0.0)
26+
327
## Version 5.9.0, 2025-07-27
428

529
### 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.9.0"
1+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)