hoytech / lmdbxx

C++17 wrapper for the LMDB embedded B+ tree database library
The Unlicense
58 stars 16 forks source link

new release #4

Closed ncoder-1 closed 3 years ago

ncoder-1 commented 3 years ago

Any chance you could make a new release tag? Last one is from 2015 and it would be convenient to have a specific version pulled from a CMakeLists.txt file, instead of pulling master.

Thanks!

hoytech commented 3 years ago

Sure! Just tagged 0.9.21.0. I just took the latest version of LMDB I've tested against and added 0 at the end, which seems to be the original scheme.

kallisti5 commented 3 years ago

Haiku is now packaging this one. Don't let it go abandoned like drycpp's version :-)

https://github.com/haikuports/haikuports/blob/master/dev-db/lmdbxx/lmdbxx-0.9.21.0.recipe

hoytech commented 3 years ago

I use this in several of my own projects, so plan on maintaining it indefinitely. Let me know if I can be of service. :+1:

hoytech commented 3 years ago

As noted in https://github.com/drycpp/lmdbxx/issues/28 it probably would've been better to increase the major version to signify that the API has changed. Sorry about that. Anyway I've now tagged 1.0.0 also.