Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 16, 2022
1 parent c8fa457 commit f097640
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

## v1.0.1 - 12-28-2021
## v1.1.0 - 2022-11-16

* Changes
* Immediately close I2C bus references after discovery. Waiting for the GC to
collect them could cause intermittent failures in rare scenarios where
multiple I2C device discoveries are done close together. This likely only
affects CI in practice.
* Remove Erlang convenience functions since no one used them
* Require Elixir 1.10 or later. Previous versions probably work, but won't be
supported. This opens up the possibility of using Elixir 1.10+ features in
future releases.

## v1.0.1 - 2021-12-28

* Fixes
* Properly mark I/O bound functions in NIF.

## v1.0.0 - 10-20-2021
## v1.0.0 - 2021-10-20

This release only changes the version number. No code has changed.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project

@version "1.0.1"
@version "1.1.0"
@source_url "https://github.com/elixir-circuits/circuits_i2c"

def project do
Expand Down

0 comments on commit f097640

Please sign in to comment.