arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

Create a new release of this library #237

Closed maierlars closed 1 year ago

maierlars commented 1 year ago

Hello @arximboldi , the latest released version is 0.7.0, which was released Nov 2021. I assume a few bug fixes happened since then and I would be really glad if you could create a new release. A minor release is fine, like 0.7.1?

Or maybe there is already something planned. If so, what is the ETA?

Thank you so much for this awesome library.

arximboldi commented 1 year ago

Actually there has been some nice new features in between, specifically map/set transients! I'll make a release soon.

arximboldi commented 1 year ago

https://github.com/arximboldi/immer/releases/tag/v0.8.0

maierlars commented 1 year ago

Thank you so much! 👍🏽