Update for release.
FossilOrigin-Name: 155e7377d02d37ce06b0302e92092be5e7931cb782532a62a9ebedf8a23704be
This commit is contained in:
parent
96cad95e0f
commit
f9f8b427ba
2 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,15 @@
|
||||||
# Release History for MDBX
|
# Release History for MDBX
|
||||||
|
|
||||||
---
|
---
|
||||||
|
## v0.2.0 [2021-03-19] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
|
Enhancement:
|
||||||
|
|
||||||
|
- Support dup/clone. This has limited use, as there can only
|
||||||
|
be one open handle per process, but implemented in the interests
|
||||||
|
of avoiding unexpected behavior.
|
||||||
|
|
||||||
|
|
||||||
## v0.1.1 [2021-03-14] Mahlon E. Smith <mahlon@martini.nu>
|
## v0.1.1 [2021-03-14] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
Bugfix:
|
Bugfix:
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ require 'mdbx_ext'
|
||||||
module MDBX
|
module MDBX
|
||||||
|
|
||||||
# The version of this gem.
|
# The version of this gem.
|
||||||
VERSION = '0.1.1'
|
VERSION = '0.2.0'
|
||||||
|
|
||||||
end # module MDBX
|
end # module MDBX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue