We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d63614 commit ef9c7eaCopy full SHA for ef9c7ea
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v0.1.1
11
12
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule CircuitsSim.MixProject do
use Mix.Project
- @version "0.1.1"
+ @version "0.1.2"
@description "Simulated hardware for Elixir Circuits"
@source_url "https://github.com/elixir-circuits/circuits_sim"
0 commit comments