JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
80 stars 19 forks source link

New release #142

Open ranocha opened 1 year ago

ranocha commented 1 year ago

Could we please get a new release of Tar.jl that is also backported to Julia v1.8? I recently fixed some invalidations and would really like to see them fixed in Julia v1.8.

IanButterworth commented 4 months ago

Piggybacking this.

The release-1.9 branch has v1.9.3 which hasn't been registered (thus not tagged on the repo) The release-1.10 branch has unreleased v1.10.0 and v1.10.1 changes master is on v1.10.0

Specifically, not having v1.10.0 in General is confusing CompatHelper.

@StefanKarpinski should I go ahead and register all the commits above that changed the versions? or is there more nuance to consider?

StefanKarpinski commented 4 months ago

We can drop the 1.9 release branch at this point because there won't be any more updates there. For 1.10 the only thing is to see if there are any API changes and not include those, but I don't think there have been.