- Changed `load_*` to return the libraries that have been loaded.
0.2.1
- Added `minimum_allocation` and `header_size` properties to the `Cobhan` class - Fixed `load_library` and added tests - Fixed allocation of empty buffers in `str_to_buf` and added tests
0.2.0
- Renamed the `_load_*` methods to `load_*` to make them part of the public API, rather than protected. - Added the `int_to_buf` and `buf_to_int` methods.