Skip to content

Commit

Permalink
v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 18, 2024
1 parent 63c0c7b commit 7b183a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.2.2 - 2024-01-17

* Bug fixes
* Remove lazy NIF loading. There's an unexplained segfault in a small example
program that uses the same strategy. Even though it wasn't reproduceable
here, it's not worth the risk. Thanks to @pojiro for investigating.

## v1.2.1 - 2024-01-13

* Bug fixes
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.GPIO.MixProject do
use Mix.Project

@version "1.2.1"
@version "1.2.2"
@source_url "https://github.com/elixir-circuits/circuits_gpio"

def project do
Expand Down

0 comments on commit 7b183a6

Please sign in to comment.