Skip to content

Commit

Permalink
v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 5, 2019
1 parent 61b89fa commit 4832c87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.4.0

* New Feature
* Add `Circuits.UART.controlling_process/2`. This assigns a new controlling
process Pid to a uart in similar to OTP functions like `:gen_udp.controlling_process/2`. Thanks to Robin Hilliard for adding this.

## v1.3.2

* Bug fixes
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 Circuits.UART.MixProject do
use Mix.Project

@version "1.3.2"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 4832c87

Please sign in to comment.