Skip to content

Commit 78ac163

Browse files
committed
v1.3.0 release
1 parent b4c9e17 commit 78ac163

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v1.2.0 - 2022-01-23
410

511
* 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.2.0"
4+
@version "1.3.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)