Mostly bug fixes and preparation to use in Stratum.
How to update from v0.3.0
There are no changes at C API or CLI level, so update should be straightforward.
Now cmake
will check for dependencies installation. If dependencies are installed in a non-standard location, some errors may occur when invoking cmake
.
What's Changed
- Make pipeline information more accurate by @tatry in #87
- Invalid byte order on single entry get in Counter, Meter and Register by @tatry in #88
- Lower minimum required cmake version by @tatry in #92
- Add
extern "C"
clause to the public header files by @tatry in #93 - Refactor CMakeLists.txt. Add custom target for headers installation by @tatry in #94
Full Changelog: v0.3.0...v0.3.1