uap-cpp
uap-cpp copied to clipboard
Request to publish release versions
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:
- Fetch a static version of the code via CMake https://cmake.org/cmake/help/latest/module/FetchContent.html
- Safely include this library in my project knowing that i've tested it on a set version
- Keep track of new features/change logs in the release notes
And also help attribute reported issues to specific versions.
Thanks for building this!