Update to v0.2.1.
FossilOrigin-Name: 9e5a9243d16f72bb1bf205b0e863537ef75d29de31d7171ceee1b13aa5ba5625
This commit is contained in:
parent
cb23452aea
commit
3a3adea681
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
# Release History for MDBX
|
||||
|
||||
---
|
||||
## v0.2.1 [2021-04-06] Mahlon E. Smith <mahlon@martini.nu>
|
||||
|
||||
Enhancement:
|
||||
|
||||
- Automatically stringify any argument to the collection() method.
|
||||
|
||||
|
||||
## v0.2.0 [2021-03-19] Mahlon E. Smith <mahlon@martini.nu>
|
||||
|
||||
Enhancement:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ require 'mdbx_ext'
|
|||
module MDBX
|
||||
|
||||
# The version of this gem.
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.2.1'
|
||||
|
||||
end # module MDBX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue