Skip to content

Commit ed00c2f

Browse files
committed
chore: release version v0.15.1
1 parent 943f96f commit ed00c2f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

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+
1423
## [v0.15.0](https://github.com/beam-bots/bb/compare/v0.14.0...v0.15.0) (2026-01-18)
1524

1625

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule BB.MixProject do
99
Beam Bots - The framework for resilient robotics.
1010
"""
1111

12-
@version "0.15.0"
12+
@version "0.15.1"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)