Overview
This release adds a small convenience feature:
tarantool> keydef = require('tuple.keydef')
tarantool> keydef._VERSION
---
- 0.0.4
...
The _VERSION
field now shows the version of the module.
Breaking changes
This release should not break existing code.
Features
- Added the
_VERSION
field with the version of the module (PR #31)
Bugfixes
- Handle OOM at module initialization (PR #29).
Infrastructure
- Workaround setup-tarantool problem with Ubuntu Jammy (PR #30).