v0.6.0
This release mainly adds the dotnet
module and simplifies a few dependencies.
boreal
Added:
- The
dotnet
module is now available behind theobject
feature (enabled by default). #127, #131, #133, #135.
Fixed:
- Fixed compilation when using
--no-default-features
and other feature combinations. #129, #130. - Fixed exposure of some optional dependencies as their own features. #128.
- Added CI jobs to ensure common combinations of features compile and run tests properly. #132.
Changed:
- The
bitmap
dependency has been removed and replaced by an custom implementation for our very limited usecase. #120. - The
windows
dependency has been replaced bywindows-sys
. #137. - All dependencies have been updated to their latest versions.
Thanks to @demoray for their contributions.