Skip to content

Commit 93c8d15

Browse files
committed
Release version 2.3.0
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent 5f5e3cf commit 93c8d15

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ backwards compatibility.
66

77
## Unreleased
88

9+
## 2.3.0
10+
911
* Introduce basic detune to the first detune section.
1012
* Tune the output to match 440 Hz at A.
1113
* Fix 1V/oct alignment of unquantized solo voice output.

bank/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bank/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Petr Horáček <hrck@protonmail.com>"]
33
edition = "2018"
44
name = "achordion-bank"
5-
version = "2.2.1" # hack/release.sh
5+
version = "2.3.0" # hack/release.sh
66
license = "GPL-3.0-or-later"
77
description = "Wavetable banks and their processing."
88
repository = "https://github.com/zlosynth/achordion"

eurorack/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eurorack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Petr Horáček <hrck@protonmail.com>"]
33
edition = "2018"
44
name = "achordion-eurorack"
5-
version = "2.2.1" # hack/release.sh
5+
version = "2.3.0" # hack/release.sh
66
license = "GPL-3.0-or-later"
77
description = "Chord-crafting quantizing wavetable oscillator module for Eurorack."
88
repository = "https://github.com/zlosynth/achordion"

hardware/Achordion.kicad_pcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(title_block
99
(title "Achordion")
1010
(date "2022-02-27")
11-
(rev "v2.2.1")
11+
(rev "v2.3.0")
1212
(company "Petr Horáček")
1313
(comment 1 "petr@zlosynth.com")
1414
(comment 2 "https://github.com/zlosynth/achordion")
@@ -4005,7 +4005,7 @@
40054005
(gr_text "Petr Horáček <petr@zlosynth.com>, 2022, CC BY-SA" (at 165.65 92.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621a2c46)
40064006
(effects (font (size 1.2 1.1) (thickness 0.15)))
40074007
)
4008-
(gr_text "board v2.2.1" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
4008+
(gr_text "board v2.3.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
40094009
(effects (font (size 1.2 1.1) (thickness 0.15)) (justify left))
40104010
)
40114011
(gr_text "Achordion," (at 165.72 152.88 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621e1412)

hardware/Achordion.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(title_block
88
(title "Achordion")
99
(date "2022-02-27")
10-
(rev "v2.2.1")
10+
(rev "v2.3.0")
1111
(company "Petr Horáček")
1212
(comment 1 "petr@zlosynth.com")
1313
(comment 2 "https://github.com/zlosynth/achordion")

lib/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Petr Horáček <hrck@protonmail.com>"]
33
edition = "2018"
44
name = "achordion-lib"
5-
version = "2.2.1" # hack/release.sh
5+
version = "2.3.0" # hack/release.sh
66
license = "GPL-3.0-or-later"
77
description = "Chord-crafting quantizing wavetable oscillator."
88
repository = "https://github.com/zlosynth/achordion"

0 commit comments

Comments
 (0)