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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.6.0

* Fixes
* Fix Elixir 1.20 warning
* Remove support for Elixir 1.14 and earlier due to new compilation errors and
lack of support from dependencies

## v1.5.5

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

def project do
Expand Down
Loading