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 c57b791 commit 09f4ac9Copy full SHA for 09f4ac9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.1.2
4
+
5
+* Bug fixes
6
+ * Fix file handle leak when SPI bus references were garbage collected.
7
8
## v0.1.1
9
10
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Circuits.SPI.MixProject do
def project do
[
app: :circuits_spi,
- version: "0.1.1",
+ version: "0.1.2",
elixir: "~> 1.6",
description: description(),
package: package(),
0 commit comments