Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 10:02

This release mainly adds the dotnet module and simplifies a few dependencies.

boreal

Added:

  • The dotnet module is now available behind the object 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 by windows-sys. #137.
  • All dependencies have been updated to their latest versions.

Thanks to @demoray for their contributions.