Bump for v0.3.8.

FossilOrigin-Name: 4f6407efc445d56d75d6f426ccbc8975a338f0c774519cb2a08594b0c91a1313
This commit is contained in:
Mahlon E. Smith 2025-02-20 22:13:44 +00:00
parent a2d0fe8a5c
commit 39f472cd10
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Release History for MDBX # Release History for MDBX
---
## v0.3.8 [2025-02-20] Mahlon E. Smith <mahlon@martini.nu>
Build fixes:
- Don't fail during compilation on pre 0.13.x libmdbx versions.
--- ---
## v0.3.7 [2025-02-06] Mahlon E. Smith <mahlon@martini.nu> ## v0.3.7 [2025-02-06] Mahlon E. Smith <mahlon@martini.nu>

View file

@ -13,7 +13,7 @@ module MDBX
extend Loggability extend Loggability
# The version of this gem. # The version of this gem.
VERSION = '0.3.7' VERSION = '0.3.8'
log_as :mdbx log_as :mdbx