Skip to content

Commit

Permalink
chore: release (#4)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `fusion-imu-sys`: 0.1.0 -> 0.1.1
* `fusion-imu`: 0.1.1 -> 0.1.2

<details><summary><i><b>Changelog</b></i></summary><p>

## `fusion-imu`
<blockquote>

##
[0.1.2](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
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: release-plz-avsaase[bot] <174656944+release-plz-avsaase[bot]@users.noreply.github.com>
  • Loading branch information
release-plz-avsaase[bot] authored Jul 8, 2024
1 parent b6d227d commit 8043ec2
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 8043ec2

Please sign in to comment.