soegaard / racket-poppler

Racket bindings for Poppler (library for reading and generating pdfs)
24 stars 6 forks source link

fix version number and ignore compiled files #12

Closed mflatt closed 1 year ago

mflatt commented 1 year ago

The first commit here is the main one: use "1.0" instead of "1" for the version number. (A recent change to raco setup reports when a package has a bad version number.)

The second commit removes some compiled files and adds a .gitignore to prevent them from coming back. Removing the added compiled files is probably best, but adding .gitignore is more of a suggestion.

(Please feel free to close this PR if you're prefer to make changes in a different way.)

soegaard commented 1 year ago

Thanks!