chrberger / libcluon

libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.
Mozilla Public License 2.0
98 stars 13 forks source link

Could you please add the cluon-complete.hpp to the release file? #16

Closed toge closed 2 years ago

toge commented 2 years ago

I intend to add the libcluon recipe to the conan repsitory. The version number is important for the conan recipe. Currently, the url in the cluon-complete.hpp is not tagged by version.

Could you please add the cluon-complete.hpp to the release file like the nlohmann/json release? https://github.com/nlohmann/json/releases/tag/v3.10.5

chrberger commented 2 years ago

Fixed: https://github.com/chrberger/libcluon/releases/tag/v0.0.140

toge commented 2 years ago

Thanks a lot!