Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Aug 9, 2021
1 parent e5d4c06 commit 6d558ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.2.0

* Potential breaking changes
There was quite a bit of internal adjustments and refactoring to cleanup
implementation, although no core functions were changed. You should see
no difference when updating but it was worth watching your implementation
after updating in case something was missed in the cleanup

* Enhancements
* Add new Address module to simplify the different address interpretations
* Allow disabling logging to /tmp/hcidump.pklg file (Thanks @axelson!)
* Lots of HCI Commands added to better support default behavior (Thanks @trarbr!)

* Fixes
* fix/workaround for the rpi3 (Thanks @axelson!)
* Fixed dmesg output display in govee example readme (Thanks @kevinansfield!)

## v0.1.1

* Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion 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.1"
@version "0.2.0"
@source_url "https://github.com/blue-heron/blue_heron"

def project do
Expand Down

0 comments on commit 6d558ba

Please sign in to comment.