Update for release.

FossilOrigin-Name: d1c8150ca567c143a4a7959d10f86300df22fa0cd3886af80b5aca3400f7f339
This commit is contained in:
Mahlon E. Smith 2022-12-22 00:45:18 +00:00
parent b073d9ffa9
commit b7ce0bbaab
3 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,13 @@
# 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>

View file

@ -1,11 +1,14 @@
# 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

View file

@ -13,7 +13,7 @@ module MDBX
extend Loggability
# The version of this gem.
VERSION = '0.3.3'
VERSION = '0.3.4'
log_as :mdbx