From bdc684700a4938ffc8371091a24f8c1f4e86291c Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 13 Sep 2022 12:01:31 -0400 Subject: [PATCH] v1.5.1 release --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c87a5..ebedbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 28aa4b2..de81b92 100644 --- a/mix.exs +++ b/mix.exs @@ -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