Skip to content

Commit 42a02c8

Browse files
committed
Bump version
1 parent e5e1905 commit 42a02c8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
config:
1919
- {os: macOS-latest, r: 'release'}
2020
- {os: windows-latest, r: 'devel'}
21+
- {os: windows-latest, r: '4.5'}
2122
- {os: windows-latest, r: '4.4'}
2223
- {os: windows-latest, r: '4.3'}
2324
- {os: windows-latest, r: '4.2'}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pdftools
22
Type: Package
33
Title: Text Extraction, Rendering and Converting of PDF Documents
4-
Version: 3.5.0
4+
Version: 3.6.0
55
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0002-4035-0289"))
77
Description: Utilities based on 'libpoppler' <https://poppler.freedesktop.org> for extracting

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.6.0
2+
- pdf_text() gains an argument 'raw' (#138)
3+
- MacOS: update fallback library to poppler 25.09.1
4+
15
3.5.0
26
- Windows: use poppler from Rtools if found
37

0 commit comments

Comments
 (0)