uap-cpp icon indicating copy to clipboard operation
uap-cpp copied to clipboard

Request to publish release versions

Open kenny-statsig opened this issue 2 years ago • 0 comments

Hi, I just stumbled upon this repo as I was looking for a user agent parser in c++.

I was looking to adding it to my project but realized there's no release versions.

I think it would be helpful to publish new versions as it would allow me to:

  1. Fetch a static version of the code via CMake https://cmake.org/cmake/help/latest/module/FetchContent.html
  2. Safely include this library in my project knowing that i've tested it on a set version
  3. Keep track of new features/change logs in the release notes

And also help attribute reported issues to specific versions.

Thanks for building this!

kenny-statsig avatar Jan 24 '23 00:01 kenny-statsig