0.1.0
To add minikalman/0.1.0 to your project, run
cargo add minikalman@0.1.0or use
[dependencies]
minikalman = "0.1.0"To install the latest version, run
cargo add minikalmanChanges
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.0and Rust Edition to2021. - 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
stdintcrate feature. This should unblock builds on Windows.
Auto-generated changelog
- Use const generics. by @ahmedcharles in #1
- Add tea constitution file by @sunsided in #2
- Add code coverage and cross-platform builds by @sunsided in #3
New Contributors
- @ahmedcharles made their first contribution in #1
Full Changelog: 0.0.2...v0.1.0