Skip to content

Commit ed24997

Browse files
committed
v1.1.0 release
1 parent 161e4a1 commit ed24997

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## v1.0.0 - 10-20-2021
414

515
This release only changes the version number. No code has changed.

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.0.0"
4+
@version "1.1.0"
55
@source_url "https://github.com/elixir-circuits/circuits_spi"
66

77
{:ok, system_version} = Version.parse(System.version())

0 commit comments

Comments
 (0)