Skip to content

Commit

Permalink
prepare for v2.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Dec 26, 2023
1 parent b5dbae9 commit bbe3ff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.12.0 (26th December 2023)
- Fix a sorbet method signature (http://github.com/yob/pdf-reader/pull/512)
- Reduce allocations when parsing PDFs with hex strings (http://github.com/yob/pdf-reader/pull/528)
- Fix text extraction of some rare unicode codepoints (http://github.com/yob/pdf-reader/pull/529)

v2.11.0 (26th October 2022)
- Various bug fixes
- Expanded sorbet type annotations
Expand Down
2 changes: 1 addition & 1 deletion pdf-reader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# which will make the gem filesize irritatingly large
Gem::Specification.new do |spec|
spec.name = "pdf-reader"
spec.version = "2.11.0"
spec.version = "2.12.0"
spec.summary = "A library for accessing the content of PDF files"
spec.description = "The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe"
spec.license = "MIT"
Expand Down

0 comments on commit bbe3ff6

Please sign in to comment.