We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943f96f commit ed00c2fCopy full SHA for ed00c2f
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v0.15.1](https://github.com/beam-bots/bb/compare/v0.15.0...v0.15.1) (2026-02-08)
15
+
16
17
18
19
+### Bug Fixes:
20
21
+* docs: correct `BB.Message.Sensor.IMU` references to `BB.Message.Sensor.Imu` by James Harton
22
23
## [v0.15.0](https://github.com/beam-bots/bb/compare/v0.14.0...v0.15.0) (2026-01-18)
24
25
mix.exs
@@ -9,7 +9,7 @@ defmodule BB.MixProject do
9
Beam Bots - The framework for resilient robotics.
10
"""
- @version "0.15.0"
+ @version "0.15.1"
def project do
[
0 commit comments