Skip to content

Commit 09f4ac9

Browse files
committed
v0.1.2 release
1 parent c57b791 commit 09f4ac9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.2
4+
5+
* Bug fixes
6+
* Fix file handle leak when SPI bus references were garbage collected.
7+
38
## v0.1.1
49

510
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Circuits.SPI.MixProject do
44
def project do
55
[
66
app: :circuits_spi,
7-
version: "0.1.1",
7+
version: "0.1.2",
88
elixir: "~> 1.6",
99
description: description(),
1010
package: package(),

0 commit comments

Comments
 (0)