Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Jan 2, 2025
1 parent ed986fd commit 30da723
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.5.0

* Enhancements
* `:blue_heron` is now it's own application
* Rewrote `BlueHeron.HCI.Transport` to support the new supervision structure
* Enable SMP by default
* Persist GATT into a `PropertyTable` to allow for better error handling
* Creating a Peripheral is now a little simpler and supervised
* Added Broadcaster role
* Depreciations
* Removed `BlueHeron.Context`
* Removed `BlueHeronTransportUART` and `BlueHeronTransportUSB`

## v0.4.2

* Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
defmodule BlueHeron.MixProject do
use Mix.Project

@version "0.4.2"
@version "0.5.0"
@source_url "https://github.com/blue-heron/blue_heron"

def project do
[
app: :blue_heron,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.18",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down

0 comments on commit 30da723

Please sign in to comment.