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 8fa9157 commit caa7e2dCopy full SHA for caa7e2d
2 files changed
CHANGELOG.md
@@ -11,6 +11,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v0.10.0](https://github.com/beam-bots/bb/compare/v0.9.0...v0.10.0) (2025-12-29)
15
+
16
17
18
19
+### Features:
20
21
+* add simulation mode for running robots without hardware (#21) by James Harton
22
23
+* add Vec3 and Quaternion modules with Transform integration (#22) by James Harton
24
25
## [v0.9.0](https://github.com/beam-bots/bb/compare/v0.8.0...v0.9.0) (2025-12-26)
26
27
mix.exs
@@ -9,7 +9,7 @@ defmodule BB.MixProject do
9
Beam Bots - The framework for resilient robotics.
10
"""
- @version "0.9.0"
+ @version "0.10.0"
def project do
[
0 commit comments