JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
553 stars 88 forks source link

CompatHelper: bump compat for TranscodingStreams to 0.11, (keep existing compat) #565

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

This pull request changes the compat entry for the TranscodingStreams package from 0.9, 0.10 to 0.9, 0.10, 0.11. 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.

nhz2 commented 3 months ago

TranscodingStreams v0.11 release notes: https://github.com/JuliaIO/TranscodingStreams.jl/releases/tag/v0.11.0

This release shouldn't affect this package because from what I can tell there is no use of eof, seekend, or TranscodingStreams.Memory