Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ possible that would be really nice to have. I just haven't had a project to
justify them and don't have time. Please consider reaching out if you have time
and interest.*

## v1.5.4

* Fixes
* Fix continue_in_progress_write() pointer error that when hit would likely
include random bursts of 0s in the data stream. Thanks to @ewildgoose for
this fix.

* Updates
* Update copyright and license info for [REUSE compliance](https://reuse.software/)

## v1.5.3

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

def project do
Expand Down