Update for release.
FossilOrigin-Name: d1c8150ca567c143a4a7959d10f86300df22fa0cd3886af80b5aca3400f7f339
This commit is contained in:
parent
b073d9ffa9
commit
b7ce0bbaab
3 changed files with 15 additions and 4 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Release History for MDBX
|
# Release History for MDBX
|
||||||
|
|
||||||
|
---
|
||||||
|
## v0.3.4 [2022-12-21] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Don't use mdbx_replace() when not using the original value(s)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
## v0.3.3 [2021-10-22] Mahlon E. Smith <mahlon@martini.nu>
|
## v0.3.3 [2021-10-22] Mahlon E. Smith <mahlon@martini.nu>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,14 @@
|
||||||
|
|
||||||
# Ruby::MDBX
|
# Ruby::MDBX
|
||||||
|
|
||||||
**home**: https://code.martini.nu/fossil/ruby-mdbx
|
home
|
||||||
|
: https://code.martini.nu/fossil/ruby-mdbx
|
||||||
|
|
||||||
**docs**: https://martini.nu/docs/ruby-mdbx
|
docs
|
||||||
|
: https://martini.nu/docs/ruby-mdbx
|
||||||
|
|
||||||
**github**: https://github.com/mahlonsmith/ruby-mdbx
|
github mirror
|
||||||
|
: https://github.com/mahlonsmith/ruby-mdbx
|
||||||
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ module MDBX
|
||||||
extend Loggability
|
extend Loggability
|
||||||
|
|
||||||
# The version of this gem.
|
# The version of this gem.
|
||||||
VERSION = '0.3.3'
|
VERSION = '0.3.4'
|
||||||
|
|
||||||
|
|
||||||
log_as :mdbx
|
log_as :mdbx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue