Skip to content

Commit

Permalink
v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 14, 2024
1 parent eb2426c commit fc96300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## v2.0.0 - 2022-11-12
## v2.0.1 - 2024-01-14

* Changes
* Fix race condition when multiple processes load the NIF simultaneously that
would cause an unnecessary crash.

## v2.0.0 - 2023-11-12

Official v2.0.0 release. No changes from v2.0.0-pre.0.

## v2.0.0-pre.0 - 2022-05-30
## v2.0.0-pre.0 - 2023-05-30

This is a major update to Circuits.SPI that removes the requirement to use
Nerves or Linux. The API is almost the same and the default is to compile and
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.SPI.MixProject do
use Mix.Project

@version "2.0.0"
@version "2.0.1"
@description "Use SPI in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_spi"

Expand Down

0 comments on commit fc96300

Please sign in to comment.