Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz-avsaase[bot] authored Jul 8, 2024
1 parent b6d227d commit 4ee407f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/avsaase/fusion-imu/compare/fusion-imu-v0.1.1...fusion-imu-v0.1.2) - 2024-07-08

### Added
- add FusionOffset bindings

### Fixed
- no_std compatibility because of serde default features

### Other
- add readme to fusion-imu-sys

## [0.1.1](https://github.com/avsaase/fusion-imu/compare/fusion-imu-v0.1.0...fusion-imu-v0.1.1) - 2024-07-06

### Other
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "fusion-imu"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Alexander van Saase <[email protected]>"]
description = "Rust wrapper for the Fusion AHRS C library"
Expand All @@ -14,7 +14,7 @@ license = "MIT"
repository = "https://github.com/avsaase/fusion-imu"

[dependencies]
fusion-imu-sys = { version = "0.1.0", path = "./fusion-imu-sys" }
fusion-imu-sys = { version = "0.1.1", path = "./fusion-imu-sys" }
serde = { version = "1.0.204", default-features = false, features = ["derive"], optional = true }
defmt = { version = "0.3.8", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion fusion-imu-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusion-imu-sys"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Generated bindings for the Fusion AHRS C library"
categories = ["external-ffi-bindings", "algorithms"]
Expand Down

0 comments on commit 4ee407f

Please sign in to comment.