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 ac59ed5 commit 47490d7Copy full SHA for 47490d7
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v0.13.0](https://github.com/beam-bots/bb/compare/v0.12.0...v0.13.0) (2026-01-05)
15
+
16
17
18
19
+### Features:
20
21
+* add reactive controllers for threshold and pattern matching (#28) by James Harton
22
23
## [v0.12.0](https://github.com/beam-bots/bb/compare/v0.11.0...v0.12.0) (2026-01-04)
24
### Breaking Changes:
25
mix.exs
@@ -9,7 +9,7 @@ defmodule BB.MixProject do
9
Beam Bots - The framework for resilient robotics.
10
"""
- @version "0.12.0"
+ @version "0.13.0"
def project do
[
0 commit comments