Skip to content

Commit

Permalink
v1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 13, 2022
1 parent 468ba43 commit bdc6847
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.5.1

* Fixes
* Don't even try using the RS485 ioctls if not set by the user. This fixes an
issue on Allwinner devices, but probably others, where getting RS485
settings works, but setting them, even if unchanged always fails. Thanks to
@jjcarstens for the fix.

## v1.5.0

* Updates
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.5.0"
@version "1.5.1"
@source_url "https://github.com/elixir-circuits/circuits_uart"

def project do
Expand Down

0 comments on commit bdc6847

Please sign in to comment.