Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jun 1, 2022
1 parent ff13d2f commit 8ffcafc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# Changelog


## 1.11.0 (2022-06-01)

- Updated PDFium from `5079` to `5092`.
- In the text extractor, avoid decoding errors on malformed documents by using `errors="ignore"`.


## 1.10.0 (2022-05-25)

- Updated PDFium from `5065` to `5079`.
Expand Down
4 changes: 1 addition & 3 deletions docs/source/planned_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

# Planned Changes

The following API-breaking changes are planned or in consideration:
* Rename some utility functions or make them private.
* Possibly switch to an entirely object-oriented support model to make the API cleaner.
The next release will be API-breaking, switching completely to an object-oriented support model.
4 changes: 2 additions & 2 deletions src/pypdfium2/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

V_MAJOR = 1
V_MINOR = 10
V_MINOR = 11
V_PATCH = 0
V_BETA = None

Expand All @@ -12,4 +12,4 @@
V_PYPDFIUM2 += "b%s" % V_BETA

#: PDFium library version integer (git tag)
V_LIBPDFIUM = 5079
V_LIBPDFIUM = 5092

0 comments on commit 8ffcafc

Please sign in to comment.