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

A new release? #140

Closed MacDada closed 1 year ago

MacDada commented 1 year ago

Hi,

I'm excited about C++23's expected, but I'm stuck at the old C++20 ;-) Therefore came here to try your lib! :)

What version should I use? Is master kinda stable enough? Doesn't have to be bulletproof, but is it mostly working?

I'm a hobbyist, not doing anything of much importance, but ofc I don't want to fight issues every 5 minutes ;)

I see the latest release is quite old, a lot more has been done since then -> how about a new release?

TartanLlama commented 1 year ago

Done https://github.com/TartanLlama/expected/releases/tag/v1.1.0

MacDada commented 1 year ago

Thanks! :)