Skip to content

0.1.0

Choose a tag to compare

@sunsided sunsided released this 03 Jun 17:25
· 284 commits to main since this release
6e7e60a

To add minikalman/0.1.0 to your project, run

cargo add minikalman@0.1.0

or use

[dependencies]
minikalman = "0.1.0"

To install the latest version, run

cargo add minikalman

Changes

This release mainly improves on ensuring cross-platform builds, reporting code coverage and covering some additional cases with tests. In addition, the version was raised from 0.0.x to 0.1.0 to be a bit less intimidating.

Internal

  • Set MSRV to 1.70.0 and Rust Edition to 2021.
  • Added CI/CD cross-platform builds, code coverage and ensure examples and benchmarks build correctly.
  • Remove dependency on stdint crate unless explicitly enabled with the stdint crate feature. This should unblock builds on Windows.

Auto-generated changelog

New Contributors

Full Changelog: 0.0.2...v0.1.0