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 10a55ef commit 64bb077Copy full SHA for 64bb077
2 files changed
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v0.13.1](https://github.com/beam-bots/bb/compare/v0.13.0...v0.13.1) (2026-01-09)
15
+
16
17
18
19
+### Improvements:
20
21
+* auto-add `OpenLoopPositionEstimator` in simulation mode (#30) by James Harton
22
23
## [v0.13.0](https://github.com/beam-bots/bb/compare/v0.12.0...v0.13.0) (2026-01-05)
24
25
mix.exs
@@ -9,7 +9,7 @@ defmodule BB.MixProject do
9
Beam Bots - The framework for resilient robotics.
10
"""
- @version "0.13.0"
+ @version "0.13.1"
def project do
[
0 commit comments