History and version updates for release.
FossilOrigin-Name: 3e85a0bcafa199efe0dfff0e538593801162168b1c1a41942acd7be7f66d9616
This commit is contained in:
parent
fb6d4fba95
commit
56d17ba8e8
2 changed files with 15 additions and 1 deletions
14
History.md
14
History.md
|
|
@ -1,5 +1,19 @@
|
||||||
# Release History for MDBX
|
# Release History for MDBX
|
||||||
|
|
||||||
|
---
|
||||||
|
## v0.3.2 [2021-07-13] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Fix double memory allocation during initialization.
|
||||||
|
- Make various ruby->c string allocations safe with the garbage collector.
|
||||||
|
|
||||||
|
|
||||||
|
Minutiae:
|
||||||
|
|
||||||
|
- Raise exception if instantiating with invalid options.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
## v0.3.1 [2021-05-16] Mahlon E. Smith <mahlon@martini.nu>
|
## v0.3.1 [2021-05-16] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ require 'mdbx_ext'
|
||||||
module MDBX
|
module MDBX
|
||||||
|
|
||||||
# The version of this gem.
|
# The version of this gem.
|
||||||
VERSION = '0.3.0'
|
VERSION = '0.3.2'
|
||||||
|
|
||||||
end # module MDBX
|
end # module MDBX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue