From 47f51beac9c76ac7e97db5f3977b69cb3251ae3a Mon Sep 17 00:00:00 2001 From: Petr Horacek Date: Fri, 24 Sep 2021 21:57:08 +0200 Subject: [PATCH] Release version 0.13.0 Signed-off-by: Petr Horacek --- CHANGELOG.md | 2 ++ eurorack/Cargo.lock | 4 ++-- eurorack/Cargo.toml | 2 +- hardware/Achordion.kicad_pcb | 4 ++-- hardware/Achordion.sch | 2 +- lib/Cargo.toml | 2 +- puredata/Cargo.lock | 4 ++-- puredata/Cargo.toml | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8de112..6362cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ backwards compatibility. ## Unreleased +## 0.13.0 + * Add 4th voice to the instrument and allow its individual control through CV. * List more accurate parts for the V/OCT CV input. * Instead of pre-calculating bandlimited wavetables and storing them in flash, diff --git a/eurorack/Cargo.lock b/eurorack/Cargo.lock index 38e9116..b3c17ba 100644 --- a/eurorack/Cargo.lock +++ b/eurorack/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-eurorack" -version = "0.12.0" +version = "0.13.0" dependencies = [ "achordion-lib", "cortex-m 0.7.3", @@ -22,7 +22,7 @@ dependencies = [ [[package]] name = "achordion-lib" -version = "0.12.0" +version = "0.13.0" dependencies = [ "crc", "field-offset", diff --git a/eurorack/Cargo.toml b/eurorack/Cargo.toml index 47772bf..b07a1f8 100644 --- a/eurorack/Cargo.toml +++ b/eurorack/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-eurorack" -version = "0.12.0" # hack/release.sh +version = "0.13.0" # hack/release.sh license = "GPL-3.0-or-later" description = "Chord-crafting quantizing wavetable oscillator module for Eurorack." repository = "https://github.com/zlosynth/achordion" diff --git a/hardware/Achordion.kicad_pcb b/hardware/Achordion.kicad_pcb index 1d18954..409152a 100644 --- a/hardware/Achordion.kicad_pcb +++ b/hardware/Achordion.kicad_pcb @@ -13,7 +13,7 @@ (title_block (title Achordion) (date 2021-04-25) - (rev v0.12.0) + (rev v0.13.0) (company "Petr Horáček") (comment 1 hrck@protonmail.com) (comment 2 https://github.com/zlosynth/achordion) @@ -13939,7 +13939,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.12.0" (at 156.325 42.775) (layer F.SilkS) + (gr_text "board v0.13.0" (at 156.325 42.775) (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) diff --git a/hardware/Achordion.sch b/hardware/Achordion.sch index 2038988..2fb49a9 100644 --- a/hardware/Achordion.sch +++ b/hardware/Achordion.sch @@ -6,7 +6,7 @@ encoding utf-8 Sheet 1 1 Title "Achordion" Date "2021-04-22" -Rev "v0.12.0" +Rev "v0.13.0" Comp "Petr Horáček" Comment1 "hrck@protonmail.com" Comment2 "https://github.com/zlosynth/achordion" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 933232f..099243c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-lib" -version = "0.12.0" # hack/release.sh +version = "0.13.0" # hack/release.sh license = "GPL-3.0-or-later" description = "Chord-crafting quantizing wavetable oscillator." repository = "https://github.com/zlosynth/achordion" diff --git a/puredata/Cargo.lock b/puredata/Cargo.lock index fe5e42c..cedd3d6 100644 --- a/puredata/Cargo.lock +++ b/puredata/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-lib" -version = "0.12.0" +version = "0.13.0" dependencies = [ "crc", "field-offset", @@ -17,7 +17,7 @@ dependencies = [ [[package]] name = "achordion-puredata" -version = "0.12.0" +version = "0.13.0" dependencies = [ "achordion-lib", "field-offset", diff --git a/puredata/Cargo.toml b/puredata/Cargo.toml index 4167653..9566280 100644 --- a/puredata/Cargo.toml +++ b/puredata/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-puredata" -version = "0.12.0" # hack/release.sh +version = "0.13.0" # 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"