Skip to content

Commit

Permalink
Release version 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Aug 1, 2021
1 parent dadb3d5 commit b42f3e0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ backwards compatibility.

## Unreleased

## 0.8.1

* Fix dependency set on a daisy_bsp fork.

## 0.8.0

* Persist dialed settings between restarts.
Expand Down
4 changes: 2 additions & 2 deletions eurorack/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eurorack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-eurorack"
version = "0.8.0" # hack/release.sh
version = "0.8.1" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator module for Eurorack."
repository = "https://github.com/zlosynth/achordion"
Expand Down
2 changes: 1 addition & 1 deletion hardware/Achordion.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -4292,7 +4292,7 @@
(gr_circle (center 150.941001 144.49) (end 152.452002 144.49) (layer Edge.Cuts) (width 0.1) (tstamp 6087296F))
(gr_circle (center 162.726001 144.48) (end 164.237002 144.48) (layer Edge.Cuts) (width 0.1) (tstamp 6087296F))
(gr_circle (center 139.236001 129.55) (end 140.747002 129.55) (layer Edge.Cuts) (width 0.1) (tstamp 608E6343))
(gr_text "board v0.8.0" (at 157.24 42.79) (layer F.SilkS)
(gr_text "board v0.8.1" (at 157.24 42.79) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify left))
)
(gr_text -12 (at 149.875 42.575) (layer F.SilkS) (tstamp 6085E906)
Expand Down
2 changes: 1 addition & 1 deletion hardware/Achordion.sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ encoding utf-8
Sheet 1 1
Title "Achordion"
Date "2021-04-22"
Rev "v0.8.0"
Rev "v0.8.1"
Comp "Petr Horáček"
Comment1 "[email protected]"
Comment2 "https://github.com/zlosynth/achordion"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-lib"
version = "0.8.0" # hack/release.sh
version = "0.8.1" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator."
repository = "https://github.com/zlosynth/achordion"
Expand Down
4 changes: 2 additions & 2 deletions puredata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion puredata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-puredata"
version = "0.8.0" # hack/release.sh
version = "0.8.1" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator external for Pure Data."
repository = "https://github.com/zlosynth/achordion"
Expand Down

0 comments on commit b42f3e0

Please sign in to comment.