Skip to content

Commit 08f2b51

Browse files
committed
Release version 2.0.0
Signed-off-by: Petr Horacek <hrck@protonmail.com>
1 parent a82b903 commit 08f2b51

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
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.0.0
10+
911
* Replace Daisy Seed with Daisy Patch Submodule, to assure CE requirements.
1012
* Switch to 0805 footprints for easier hand-soldering.
1113
* Change from 3 board to 2 board design to become skiff friendly.

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 = "1.3.1" # hack/release.sh
5+
version = "2.0.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.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 = "1.3.1" # hack/release.sh
5+
version = "2.0.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 "v1.3.1")
11+
(rev "v2.0.0")
1212
(company "Petr Horáček")
1313
(comment 1 "petr@zlosynth.com")
1414
(comment 2 "https://github.com/zlosynth/achordion")
@@ -2782,7 +2782,7 @@
27822782
(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)
27832783
(effects (font (size 1.2 1.1) (thickness 0.15)))
27842784
)
2785-
(gr_text "board v1.3.1" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
2785+
(gr_text "board v2.0.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
27862786
(effects (font (size 1.2 1.1) (thickness 0.15)) (justify left))
27872787
)
27882788
(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 "v1.3.1")
10+
(rev "v2.0.0")
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 = "1.3.1" # hack/release.sh
5+
version = "2.0.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.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 = "1.3.1" # hack/release.sh
5+
version = "2.0.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)