Skip to content

Commit ef9c7ea

Browse files
committed
v0.1.2 release
1 parent 6d63614 commit ef9c7ea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.2
4+
5+
* Changes
6+
* Support I2C devices returning errors and add experimental support for this
7+
on the SHT4X
8+
* Fix `I2CServer.send_message/1` with `SimpleI2CDevice` (@bithium)
9+
310
## v0.1.1
411

512
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
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.1"
4+
@version "0.1.2"
55
@description "Simulated hardware for Elixir Circuits"
66
@source_url "https://github.com/elixir-circuits/circuits_sim"
77

0 commit comments

Comments
 (0)