# Changes log for the Ruby OpenMPT library (ffi-openmpt) ## Version 0.1.0 * Add Code of Conduct. * Add Travis configuration. * Add a Travis badge to the README. * Set up Coveralls integration. * Add a Coveralls badge to the README. * Add a CodeClimate badge to the README. * Add rubocop configuration files. * Add rubocop tasks to the Rakefile. * Many rubocop fixes. * Add ffi as a dependency. * Wrap the libopenmpt version methods. * Wrap the libopenmpt logging callbacks. * Add tests for the API module. * Test the logging API functions. * Wrap the libopenmpt error callbacks. * Wrap libopenmpt module create/destroy functions. * Add a helper method to test against mod files. * Wrap the libopenmpt module duration function. * Wrap the libopenmpt module read stereo functions. * Test the module_read functions against real data. * Add libopenmpt to the Travis config. * Switch to old Travis architecture to install dependencies. * Install libopenmpt manually on Travis. * Wrap the libopenmpt module read interleaved stereo functions. * Wrap the libopenmpt string functions. * Wrap the libopenmpt extension querying functions. * Wrap the libopenmpt informational error functions. * Wrap the libopenmpt module error functions. * Wrap the libopenmpt module metadata functions. ## About this file This file is, at least in part, generated by the following command: ```shell $ git log --pretty=format:"* %s" --reverse --no-merges .. ```