sambitdash / PDFIO.jl

PDF Reader Library for Native Julia.
Other
127 stars 13 forks source link

New release? #93

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

The latest registered release (v0.1.10) cannot be imported on the latest Julia nightly.

However, the master branch PDFIO#master is able to be imported on Julia nightly.

Therefore, could we get a new release of PDFIO?

sambitdash commented 3 years ago

Packages are not kept aligned to nightly ever. They are only built once a stable version is released. If the version in the nightly built requires another version of Julia then a new version shall be released. Hence, closing this as we do not normally keep compliance with the nightly version of Julia.

sambitdash commented 3 years ago

tag v0.1.11 should address the nightly build issue.