File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
+
6
+ ## [ 0.1.0] - 2024-06-03
7
+
8
+ [ 0.1.0 ] : https://github.com/sunsided/stdint-rs/releases/tag/v0.1.0
9
+
10
+ ### Internal
11
+
12
+ - Set MSRV to ` 1.70.0 ` and Rust Edition to ` 2021 ` .
13
+ - Added CI/CD cross-platform builds, code coverage and ensure examples and benchmarks build correctly.
14
+ - Remove dependency on [ stdint] ( https://github.com/sunsided/stdint-rs ) crate unless explicitly enabled with the
15
+ ` stdint ` crate feature. This should unblock builds on Windows.
16
+
17
+ ## [ 0.2.0] - 2023-07-11
18
+
19
+ [ 0.2.0 ] : https://github.com/sunsided/stdint-rs/releases/tag/0.2.0
20
+
21
+ ### Added
22
+
23
+ - Initial release as a port from the [ kalman-clib] ( https://github.com/sunsided/kalman-clib/ ) library.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " minikalman"
3
- version = " 0.0.2 "
3
+ version = " 0.1.0 "
4
4
description = " A microcontroller targeted Kalman filter implementation"
5
5
repository = " https://github.com/sunsided/minikalman-rs"
6
6
authors = [" Markus Mayer" ]
You can’t perform that action at this time.
0 commit comments