Skip to content

Commit 6fe4ea2

Browse files
committed
v0.5.2 release
1 parent 2c69621 commit 6fe4ea2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.2 - 2022-08-29
4+
5+
Updates:
6+
7+
* USB gadget mode networking works on the MangoPi MQ-Pro now
8+
* Add `pinout` package. Run `Pinout.print` to see what pins go where
9+
310
## v0.5.1 - 2022-08-08
411

512
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.5.1"
5+
@version "0.5.2"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)