Skip to content

Commit

Permalink
chore: release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Nov 28, 2024
1 parent 22c67ca commit acbc65f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## PLAYA 0.2.3: 2024-11-28:
- release early and often
- fix some embarrassing bugs, again:
- CMap parser did not recognize bfrange correctly (regression)
- corner cases of inline images caused endless woe
- documentation said document.structtree exists but nope it didn't

## PLAYA 0.2.2: 2024-11-27
- make everything quite a lot faster (25-35% faster than pdfminer now)
- fix some more pdfminer.six bugs and verify others already fixed
Expand Down
2 changes: 1 addition & 1 deletion playa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from playa.document import Document, LayoutDict, schema as schema # noqa: F401
from playa.page import DeviceSpace

__version__ = "0.2.2"
__version__ = "0.2.3"

fieldnames = LayoutDict.__annotations__.keys()

Expand Down

0 comments on commit acbc65f

Please sign in to comment.