Skip to content

Commit ec48d7b

Browse files
committedJul 19, 2022
Release version 2.2.0
Signed-off-by: Petr Horacek <hrck@protonmail.com>
1 parent 9da3649 commit ec48d7b

11 files changed

+18
-16
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ backwards compatibility.
66

77
## Unreleased
88

9+
## 2.2.0
10+
911
* Blink the signal LED twice to signalize new version.
1012
* Add harmonic minor mode.
1113
* Introduce configuration menu.

‎bank/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bank/Cargo.toml

+1-1
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.1.0" # hack/release.sh
5+
version = "2.2.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

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎eurorack/Cargo.toml

+1-1
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.1.0" # hack/release.sh
5+
version = "2.2.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"

‎hack/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ set -euo pipefail
33

44
version=${1}
55

6-
make all
7-
86
sed -i "s/## Unreleased/## Unreleased\n\n## ${version}/" CHANGELOG.md
97
sed -i "s/version =.* # hack\/release.sh$/version = \"${version}\" # hack\/release.sh/" bank/Cargo.toml
108
sed -i "s/version =.* # hack\/release.sh$/version = \"${version}\" # hack\/release.sh/" eurorack/Cargo.toml
@@ -14,6 +12,8 @@ sed -i "s/rev .*/rev \"v${version}\")/" hardware/Achordion.kicad_sch
1412
sed -i "s/gr_text \"board .*\" /gr_text \"board v${version}\" /" hardware/Achordion.kicad_pcb
1513
sed -i "s/rev .*/rev \"v${version}\")/" hardware/Achordion.kicad_pcb
1614

15+
make all
16+
1717
rm -rf release
1818
mkdir release
1919

‎hardware/Achordion.kicad_pcb

+2-2
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.1.0")
11+
(rev "v2.2.0")
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.1.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
3085+
(gr_text "board v2.2.0" (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

+1-1
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.1.0")
10+
(rev "v2.2.0")
1111
(company "Petr Horáček")
1212
(comment 1 "petr@zlosynth.com")
1313
(comment 2 "https://github.com/zlosynth/achordion")

‎lib/Cargo.toml

+1-1
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.1.0" # hack/release.sh
5+
version = "2.2.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"

‎puredata/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎puredata/Cargo.toml

+1-1
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.1.0" # hack/release.sh
5+
version = "2.2.0" # 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)
Please sign in to comment.