TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions

Home Page:https://tl.tartanllama.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version mismatch between CMakeLists.txt and expected.hpp header

9prady9 opened this issue · comments

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.

@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 ?

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