Bump version and cleanup for release.
FossilOrigin-Name: 5f0e4ea2518c222d3052ffd46f8b5a3a94c7139bce9bf47895a8ca0d632c9507
This commit is contained in:
parent
c0cd35e260
commit
07cda417c8
5 changed files with 11 additions and 6 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Release History for mdbx
|
||||
# Release History for MDBX
|
||||
|
||||
---
|
||||
## v0.1.0 [2021-03-14] Mahlon E. Smith <mahlon@martini.nu>
|
||||
|
||||
Initial public release.
|
||||
|
||||
|
||||
## v0.0.1 [2020-12-16] Mahlon E. Smith <mahlon@martini.nu>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ ext/mdbx_ext/extconf.rb
|
|||
ext/mdbx_ext/mdbx_ext.c
|
||||
ext/mdbx_ext/mdbx_ext.h
|
||||
ext/mdbx_ext/database.c
|
||||
ext/mdbx_ext/stats.c
|
||||
lib/mdbx.rb
|
||||
lib/mdbx_ext.so
|
||||
lib/mdbx/database.rb
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ require 'mdbx_ext'
|
|||
module MDBX
|
||||
|
||||
# The version of this gem.
|
||||
VERSION = '0.0.1'
|
||||
VERSION = '0.1.0'
|
||||
|
||||
end # module MDBX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue