Skip to content

Commit 13e82c4

Browse files
committed
v0.8.0 release
1 parent 003a4a1 commit 13e82c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.8.0 - 2023-12-18
4+
5+
* Updates
6+
* Update Nerves systems to `nerves_system_br v1.25.2` (Erlang/OTP 26.1.2,
7+
Buildroot 2023.08.4)
8+
* Add experimental Raspberry Pi 5 image (rpi5)`
9+
* Add 64-bit Raspberry Pi Zero W (rpi0_2)
10+
* Update Circuits.I2C and Circuits.SPI to v2 versions
11+
* Update all other dependencies to latest
12+
313
## v0.7.1 - 2023-10-09
414

515
* Updates

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22
use Mix.Project
33

44
@app :circuits_quickstart
5-
@version "0.7.1"
5+
@version "0.8.0"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)