Skip to content

Commit 6e7e60a

Browse files
committed
Finish 0.1.0
1 parent 2bae8eb commit 6e7e60a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minikalman"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
description = "A microcontroller targeted Kalman filter implementation"
55
repository = "https://github.com/sunsided/minikalman-rs"
66
authors = ["Markus Mayer"]

0 commit comments

Comments
 (0)