Skip to content

0.2.0

Choose a tag to compare

@sunsided sunsided released this 03 Jun 17:42
9d1d332

To add minikalman/0.2.0 to your project, run

cargo add minikalman@0.2.0

or use

[dependencies]
minikalman = "0.2.0"

To install the latest version, run

cargo add minikalman

Changes

Internal

  • Remove requirement to specify either std or no_std crate feature. If no_std is not specified, std is now implied. This resolves builds on docs.rs and quirks when using the crate.
  • Some documentation hyperlinks were now corrected.

Auto-generated changelog

  • Simplify docs.rs build and no_std/std feature handling by @sunsided in #4

Full Changelog: v0.1.0...v0.2.0