TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions
https://tl.tartanllama.xyz
Creative Commons Zero v1.0 Universal
1.54k stars 133 forks source link

Version mismatch between CMakeLists.txt and expected.hpp header #144

Closed 9prady9 closed 1 year ago

9prady9 commented 1 year ago

This is causing issue while using the project using CMake workflow like CPMFindPackage etc. where the config file reports version 1.0.0 while the actual version is 1.0.1 in the header.

9prady9 commented 1 year ago

@TartanLlama Thanks for the quick fix. Do you plan on doing patch release 1.1.1 or should I just use the master commit sha ?

9prady9 commented 1 year ago

Also, Shouldn't the minor version be increased and not the patch version number in CMake ?