Skip to content

Commit

Permalink
v1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 4, 2020
1 parent dc0e422 commit e35ba09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.4.2

* Bug fix
* Updated non-standard UART speed configuration to use the newer termios2 API
on Linux. This fixes a custom speed issue that was seen when using the older
API. Thanks to Tom Boland for reporting the issue and providing a fix.

## v1.4.1

* Bug fix
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.4.1"
@version "1.4.2"

def project do
[
Expand Down

0 comments on commit e35ba09

Please sign in to comment.