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 161e4a1 commit ed24997Copy full SHA for ed24997
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.1.0 - 10-20-2021
4
+
5
+* Updates
6
+ * Add `max_transfer_size/0` to return the low level maximum size that can be
7
+ sent at a time. Thanks to @cocoa-xu for this.
8
9
+* Bug fixes
10
+ * Properly mark NIF transfer function as IO bound so that the Erlang scheduler
11
+ schedules it properly.
12
13
## v1.0.0 - 10-20-2021
14
15
This release only changes the version number. No code has changed.
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.SPI.MixProject do
use Mix.Project
- @version "1.0.0"
+ @version "1.1.0"
@source_url "https://github.com/elixir-circuits/circuits_spi"
{:ok, system_version} = Version.parse(System.version())
0 commit comments