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 b4c9e17 commit 78ac163Copy full SHA for 78ac163
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.0 - 2022-02-21
4
+
5
+* Updates
6
+ * Add `transfer!/2`. This function is the raising version of `transfer/2`.
7
+ Thanks to @mnishiguchi for this.
8
9
## v1.2.0 - 2022-01-23
10
11
* Updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.SPI.MixProject do
use Mix.Project
- @version "1.2.0"
+ @version "1.3.0"
@source_url "https://github.com/elixir-circuits/circuits_spi"
{:ok, system_version} = Version.parse(System.version())
0 commit comments