mariusbancila / stduuid

A C++17 cross-platform implementation for UUIDs
MIT License
758 stars 112 forks source link

Publish new version #73

Closed Klaim closed 1 year ago

Klaim commented 2 years ago

Hi! I'm currently attempting to make a conda-forge package of this library (see https://github.com/conda-forge/staged-recipes/pull/20182).

However, v1.2.2 cannot be packaged because of the issues that have been fixed regarding gsl handling and C++17 are in master and not in a released version.

Do you have plans to release the current master soon? It would be helpful if you tag the current master at least, it seems stable enough.

Some issues I noted while attempting to package (based on current master):

As part of packaging this library for conda-forge I can create patches specific to that package, so these are not blockers for me. Having a more recent tag/release is a blocker however.

paulocoutinhox commented 1 year ago

+1

mariusbancila commented 1 year ago

See https://github.com/mariusbancila/stduuid/releases/tag/v1.2.3

Klaim commented 1 year ago

Thanks!