Skip to content

0.0.3

Compare
Choose a tag to compare
@Totktonada Totktonada released this 04 Oct 21:55
· 3 commits to master since this release

Overview

This release fixes a build time problem that appears with tarantool 2.10.3+.

Breaking changes

This release should not break existing code.

Build

  • Eliminated CMake warnings regarding the TARANTOOL/Tarantool package name
    mismatch (#18).

  • Use git+https:// secure URI schema in the rockspec (PR #22).

  • Fixed a build against tarantool 2.10.3+ header files (#24).

    The problem affects only the Debug build type and doesn't affect
    installation of the module using tarantoolctl rocks.

Testing

  • Added tarantool 2.10 into CI (#21).
  • Added pure cmake . && make build flow into CI (PR #28).