Skip to content

Commit 6a82268

Browse files
committed
Release v0.1.1
1 parent 1913378 commit 6a82268

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

blue_heron/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
* Bugfixes
6+
* Disconnecting from an ATT client works now
7+
* Reconnect now works
8+
* Sending a `connection_create` cmd when a device is unavailable
9+
retries now
10+
* `connection_complete` event now uses the correct address
11+
* Multiple ATT clients can now be started simultaneously
12+
* HCI and ACL calls will now timeout rather than hang forever
13+
endianness
14+
* Transport now supports having multiple commands in flight
15+
* Enhancements
16+
* Added `btsnoop` parser
17+
318
## v0.1.0
419

520
Initial release

blue_heron/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule BlueHeron.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55
@source_url "https://github.com/smartrent/blue_heron"
66

77
def project do
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
* Bugfixes:
6+
* Refactored UART framing to be much simpler.
7+
This fixes ACL not working on Raspberry pi devices
8+
39
## v0.1.0
410

511
Initial release

blue_heron_transport_uart/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule BlueHeronTransportUart.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55
@source_url "https://github.com/smartrent/blue_heron/tree/main/blue_heron_transport_uart"
66

77
def project do

0 commit comments

Comments
 (0)