Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Sep 18, 2020
1 parent 1913378 commit 6a82268
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions blue_heron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.1.1

* Bugfixes
* Disconnecting from an ATT client works now
* Reconnect now works
* Sending a `connection_create` cmd when a device is unavailable
retries now
* `connection_complete` event now uses the correct address
* Multiple ATT clients can now be started simultaneously
* HCI and ACL calls will now timeout rather than hang forever
endianness
* Transport now supports having multiple commands in flight
* Enhancements
* Added `btsnoop` parser

## v0.1.0

Initial release
2 changes: 1 addition & 1 deletion blue_heron/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BlueHeron.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@source_url "https://github.com/smartrent/blue_heron"

def project do
Expand Down
6 changes: 6 additions & 0 deletions blue_heron_transport_uart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.1

* Bugfixes:
* Refactored UART framing to be much simpler.
This fixes ACL not working on Raspberry pi devices

## v0.1.0

Initial release
2 changes: 1 addition & 1 deletion blue_heron_transport_uart/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BlueHeronTransportUart.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@source_url "https://github.com/smartrent/blue_heron/tree/main/blue_heron_transport_uart"

def project do
Expand Down

0 comments on commit 6a82268

Please sign in to comment.