Skip to content

Commit 731fdae

Browse files
committed
Release version 2.2.1
Signed-off-by: Petr Horacek <hrck@protonmail.com>
1 parent f5ab7ed commit 731fdae

File tree

10 files changed

+16
-14
lines changed

10 files changed

+16
-14
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.2.1
10+
911
* Split modal playing control to bind mode and scale CVs separately.
1012
* Shift the range of TONE' by 2 octaves higher.
1113
* Fix scaling of scale tonic CV to properly track 1V/oct.

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.0" # hack/release.sh
5+
version = "2.2.1" # 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.0" # hack/release.sh
5+
version = "2.2.1" # 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.0")
11+
(rev "v2.2.1")
1212
(company "Petr Horáček")
1313
(comment 1 "petr@zlosynth.com")
1414
(comment 2 "https://github.com/zlosynth/achordion")
@@ -3082,7 +3082,7 @@
30823082
(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)
30833083
(effects (font (size 1.2 1.1) (thickness 0.15)))
30843084
)
3085-
(gr_text "board v2.2.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
3085+
(gr_text "board v2.2.1" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
30863086
(effects (font (size 1.2 1.1) (thickness 0.15)) (justify left))
30873087
)
30883088
(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.0")
10+
(rev "v2.2.1")
1111
(company "Petr Horáček")
1212
(comment 1 "petr@zlosynth.com")
1313
(comment 2 "https://github.com/zlosynth/achordion")

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.0" # hack/release.sh
5+
version = "2.2.1" # hack/release.sh
66
license = "GPL-3.0-or-later"
77
description = "Chord-crafting quantizing wavetable oscillator."
88
repository = "https://github.com/zlosynth/achordion"

puredata/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.

puredata/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-puredata"
5-
version = "2.2.0" # hack/release.sh
5+
version = "2.2.1" # hack/release.sh
66
license = "GPL-3.0-or-later"
77
description = "Chord-crafting quantizing wavetable oscillator external for Pure Data."
88
repository = "https://github.com/zlosynth/achordion"

0 commit comments

Comments
 (0)