Skip to content

Commit 62b1089

Browse files
author
James Healy
committed
Prepare for release
1 parent 8727e39 commit 62b1089

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v2.14.1 (4th February 2025)
2+
- Fix issue in RBI signatures, introduced in v2.14.0(https://github.com/yob/pdf-reader/pull/550)
3+
14
v2.14.0 (29th January 2025)
25
- Raise minimum supported ruby to 2.1 (https://github.com/yob/pdf-reader/pull/543)
36
- Add support for filtering to Page#text (https://github.com/yob/pdf-reader/pull/545)

pdf-reader.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# which will make the gem filesize irritatingly large
33
Gem::Specification.new do |spec|
44
spec.name = "pdf-reader"
5-
spec.version = "2.14.0"
5+
spec.version = "2.14.1"
66
spec.summary = "A library for accessing the content of PDF files"
77
spec.description = "The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe"
88
spec.license = "MIT"

0 commit comments

Comments
 (0)