From 2b462ea8ac1360398ea6209da976b3a9306346fe Mon Sep 17 00:00:00 2001 From: Petr Horacek Date: Mon, 7 Feb 2022 21:21:31 +0100 Subject: [PATCH] Release version v1.3.1 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 7e24c85..2f3ab03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ backwards compatibility. ## Unreleased +## 1.3.1 + * Fix english, change "unisono" to "unison". * Disable line voice when its V/OCT input gets below zero. * Fix a regression where the module would not fade in on boot. diff --git a/bank/Cargo.lock b/bank/Cargo.lock index c8d64bf..bd04e06 100644 --- a/bank/Cargo.lock +++ b/bank/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.3.0" +version = "1.3.1" dependencies = [ "microfft", "micromath", diff --git a/bank/Cargo.toml b/bank/Cargo.toml index 35abfb8..91e9c27 100644 --- a/bank/Cargo.toml +++ b/bank/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-bank" -version = "1.3.0" # hack/release.sh +version = "1.3.1" # 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 4469644..fe2e355 100644 --- a/eurorack/Cargo.lock +++ b/eurorack/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.3.0" +version = "1.3.1" dependencies = [ "microfft", "micromath", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "achordion-eurorack" -version = "1.3.0" +version = "1.3.1" dependencies = [ "achordion-bank", "achordion-lib", @@ -27,7 +27,7 @@ dependencies = [ [[package]] name = "achordion-lib" -version = "1.3.0" +version = "1.3.1" dependencies = [ "crc", "field-offset", diff --git a/eurorack/Cargo.toml b/eurorack/Cargo.toml index d840c61..ceeb599 100644 --- a/eurorack/Cargo.toml +++ b/eurorack/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-eurorack" -version = "1.3.0" # hack/release.sh +version = "1.3.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" diff --git a/hardware/Achordion.kicad_pcb b/hardware/Achordion.kicad_pcb index a5afa84..ca8a12d 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.3.0) + (rev v1.3.1) (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.3.0" (at 148.7 49.58) (layer B.SilkS) + (gr_text "board v1.3.1" (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 bdd0077..ac421a9 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.3.0" +Rev "v1.3.1" 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 f1e4fe3..a7a3a61 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-lib" -version = "1.3.0" # hack/release.sh +version = "1.3.1" # 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 8507500..97b8390 100644 --- a/puredata/Cargo.lock +++ b/puredata/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "achordion-bank" -version = "1.3.0" +version = "1.3.1" dependencies = [ "microfft", "micromath", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "achordion-lib" -version = "1.3.0" +version = "1.3.1" dependencies = [ "crc", "field-offset", @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "achordion-puredata" -version = "1.3.0" +version = "1.3.1" dependencies = [ "achordion-bank", "achordion-lib", diff --git a/puredata/Cargo.toml b/puredata/Cargo.toml index 1e930ab..3aa0e55 100644 --- a/puredata/Cargo.toml +++ b/puredata/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Petr Horáček "] edition = "2018" name = "achordion-puredata" -version = "1.3.0" # hack/release.sh +version = "1.3.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"