We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa492 commit 0dcb8b1Copy full SHA for 0dcb8b1
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v1.3.0 - 2022-02-21
12
13
* Updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.SPI.MixProject do
use Mix.Project
- @version "1.3.0"
+ @version "1.4.0"
@source_url "https://github.com/elixir-circuits/circuits_spi"
def project do
0 commit comments