Skip to content

0.0.4

Latest
Compare
Choose a tag to compare
@Totktonada Totktonada released this 28 Mar 12:25

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).