From 9bfb74b98f68419ae29c98fff4fd387dcc0d1e8b Mon Sep 17 00:00:00 2001 From: Petr Horacek Date: Sun, 19 Dec 2021 12:39:56 +0100 Subject: [PATCH] Release version 1.2.0 Signed-off-by: Petr Horacek --- CHANGELOG.md | 2 ++ bank/Cargo.lock | 2 +- bank/Cargo.toml | 2 +- eurorack/Cargo.lock | 6 +++--- eurorack/Cargo.toml | 2 +- hardware/Achordion.kicad_pcb | 4 ++-- hardware/Achordion.sch | 2 +- lib/Cargo.toml | 2 +- puredata/Cargo.lock | 6 +++--- puredata/Cargo.toml | 2 +- 10 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e70221..2f87e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ backwards compatibility. ## Unreleased +## 1.2.0 + * Add mounting holes for distancing standoffs. * Label boards and their sides to allow clear identification while building. * Make it possible to disable quantization on the side line. diff --git a/bank/Cargo.lock b/bank/Cargo.lock index 0122842..29595b4 100644 --- a/bank/Cargo.lock +++ b/bank/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.1.0" +version = "1.2.0" dependencies = [ "microfft", "micromath", diff --git a/bank/Cargo.toml b/bank/Cargo.toml index 261d248..e965f90 100644 --- a/bank/Cargo.toml +++ b/bank/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-bank" -version = "1.1.0" # hack/release.sh +version = "1.2.0" # hack/release.sh license = "GPL-3.0-or-later" description = "Wavetable banks and their processing." repository = "https://github.com/zlosynth/achordion" diff --git a/eurorack/Cargo.lock b/eurorack/Cargo.lock index 7fa8f4c..4769d5c 100644 --- a/eurorack/Cargo.lock +++ b/eurorack/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.1.0" +version = "1.2.0" dependencies = [ "microfft", "micromath", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "achordion-eurorack" -version = "1.1.0" +version = "1.2.0" dependencies = [ "achordion-bank", "achordion-lib", @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "achordion-lib" -version = "1.1.0" +version = "1.2.0" dependencies = [ "crc", "field-offset", diff --git a/eurorack/Cargo.toml b/eurorack/Cargo.toml index d6961d3..1920479 100644 --- a/eurorack/Cargo.toml +++ b/eurorack/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-eurorack" -version = "1.1.0" # hack/release.sh +version = "1.2.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 22eb14a..2bd434e 100644 --- a/hardware/Achordion.kicad_pcb +++ b/hardware/Achordion.kicad_pcb @@ -13,7 +13,7 @@ (title_block (title Achordion) (date 2021-04-25) - (rev v1.1.0) + (rev v1.2.0) (company "Petr Horáček") (comment 1 hrck@protonmail.com) (comment 2 https://github.com/zlosynth/achordion) @@ -4298,7 +4298,7 @@ (gr_text 1A (at 188.86 94.96 270) (layer B.SilkS) (tstamp 61B91388) (effects (font (size 2 3) (thickness 0.15)) (justify mirror)) ) - (gr_text "board v1.1.0" (at 148.7 49.58) (layer B.SilkS) + (gr_text "board v1.2.0" (at 148.7 49.58) (layer B.SilkS) (effects (font (size 1 1.2) (thickness 0.15)) (justify right mirror)) ) (gr_line (start 191.530001 140.540001) (end 191.530001 143.76) (layer Edge.Cuts) (width 0.05)) diff --git a/hardware/Achordion.sch b/hardware/Achordion.sch index 8920447..5587aad 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 "v1.1.0" +Rev "v1.2.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 678ef0d..7b74087 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-lib" -version = "1.1.0" # hack/release.sh +version = "1.2.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 cc445ad..269a540 100644 --- a/puredata/Cargo.lock +++ b/puredata/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.1.0" +version = "1.2.0" dependencies = [ "microfft", "micromath", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "achordion-lib" -version = "1.1.0" +version = "1.2.0" dependencies = [ "crc", "field-offset", @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "achordion-puredata" -version = "1.1.0" +version = "1.2.0" dependencies = [ "achordion-bank", "achordion-lib", diff --git a/puredata/Cargo.toml b/puredata/Cargo.toml index a66cfc5..38ec5df 100644 --- a/puredata/Cargo.toml +++ b/puredata/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-puredata" -version = "1.1.0" # hack/release.sh +version = "1.2.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"