Skip to content

Commit 0dcb8b1

Browse files
committed
v1.4.0 release
1 parent b9aa492 commit 0dcb8b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.4.0 - 2022-12-31
4+
5+
* Changes
6+
* Remove Erlang convenience functions since no one used them
7+
* Require Elixir 1.10 or later. Previous versions probably work, but won't be
8+
supported. This opens up the possibility of using Elixir 1.10+ features in
9+
future releases.
10+
311
## v1.3.0 - 2022-02-21
412

513
* Updates

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.SPI.MixProject do
22
use Mix.Project
33

4-
@version "1.3.0"
4+
@version "1.4.0"
55
@source_url "https://github.com/elixir-circuits/circuits_spi"
66

77
def project do

0 commit comments

Comments
 (0)