We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8c6a2 commit 3c28259Copy full SHA for 3c28259
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+* Changes
6
+ * Fix warning when creating input GPIOs. (@pojiro)
7
+ * Fix Elixir 1.17 warnings
8
9
## v0.1.0
10
11
Initial release
mix.exs
@@ -1,7 +1,7 @@
defmodule CircuitsSim.MixProject do
use Mix.Project
- @version "0.1.0"
+ @version "0.1.1"
@description "Simulated hardware for Elixir Circuits"
@source_url "https://github.com/elixir-circuits/circuits_sim"
0 commit comments