Skip to content

Commit 3c28259

Browse files
committed
v0.1.1 release
1 parent 2e8c6a2 commit 3c28259

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
* Changes
6+
* Fix warning when creating input GPIOs. (@pojiro)
7+
* Fix Elixir 1.17 warnings
8+
39
## v0.1.0
410

511
Initial release

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule CircuitsSim.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55
@description "Simulated hardware for Elixir Circuits"
66
@source_url "https://github.com/elixir-circuits/circuits_sim"
77

0 commit comments

Comments
 (0)