We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4341d commit d1302dbCopy full SHA for d1302db
2 files changed
CHANGELOG.md
@@ -6,6 +6,16 @@ possible that would be really nice to have. I just haven't had a project to
6
justify them and don't have time. Please consider reaching out if you have time
7
and interest.*
8
9
+## v1.5.4
10
+
11
+* Fixes
12
+ * Fix continue_in_progress_write() pointer error that when hit would likely
13
+ include random bursts of 0s in the data stream. Thanks to @ewildgoose for
14
+ this fix.
15
16
+* Updates
17
+ * Update copyright and license info for [REUSE compliance](https://reuse.software/)
18
19
## v1.5.3
20
21
* Fixes
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Circuits.UART.MixProject do
2
use Mix.Project
3
4
- @version "1.5.3"
+ @version "1.5.4"
5
@source_url "https://github.com/elixir-circuits/circuits_uart"
def project do
0 commit comments