pdeffebach / ClipData.jl

Move data to and from the clipboard in Julia
https://pdeffebach.github.io/ClipData.jl/stable/
MIT License
82 stars 6 forks source link

CompatHelper: bump compat for CSV to 0.9, (keep existing compat) #19

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the CSV package from 0.8 to 0.8, 0.9. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

pdeffebach commented 3 years ago

@alecloudenback we should deploy a new version with this update, I think. Because our keyword arguments are passed directly to CSV, this breaking change is technically part of our API, I think.

alecloudenback commented 3 years ago

@alecloudenback we should deploy a new version with this update, I think. Because our keyword arguments are passed directly to CSV, this breaking change is technically part of our API, I think.

Agreed.