Naios / continuable

C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
https://naios.github.io/continuable/
MIT License
815 stars 44 forks source link

Tagging a 4.2.1 release? #62

Closed nextsilicon-itay-bookstein closed 1 year ago

nextsilicon-itay-bookstein commented 1 year ago

@Naios hi!

We consume the library through conan, and were wondering whether you could tag a 4.2.1 release to include the two minor fixes accumulated since 4.2.0 (the fix to the unsafe_unlocker compilation failure + the clang coroutines detection fix).

I think once a tag is made I could open a PR to include it in https://github.com/conan-io/conan-center-index/blob/master/recipes/continuable/all/conandata.yml .

Thanks for considering!

Naios commented 1 year ago

Hey,

sure, I have created a 4.2.1 tag that includes the latest commits:

https://github.com/Naios/continuable/releases/tag/4.2.1

nextsilicon-itay-bookstein commented 1 year ago

Thanks! 🙏