Skip to content

Commit 9bfb74b

Browse files
committed
Release version 1.2.0
Signed-off-by: Petr Horacek <hrck@protonmail.com>
1 parent 46ab4c1 commit 9bfb74b

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+
## 1.2.0
10+
911
* Add mounting holes for distancing standoffs.
1012
* Label boards and their sides to allow clear identification while building.
1113
* Make it possible to disable quantization on the side line.

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

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

hardware/Achordion.kicad_pcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(title_block
1414
(title Achordion)
1515
(date 2021-04-25)
16-
(rev v1.1.0)
16+
(rev v1.2.0)
1717
(company "Petr Horáček")
1818
(comment 1 hrck@protonmail.com)
1919
(comment 2 https://github.com/zlosynth/achordion)
@@ -4298,7 +4298,7 @@
42984298
(gr_text 1A (at 188.86 94.96 270) (layer B.SilkS) (tstamp 61B91388)
42994299
(effects (font (size 2 3) (thickness 0.15)) (justify mirror))
43004300
)
4301-
(gr_text "board v1.1.0" (at 148.7 49.58) (layer B.SilkS)
4301+
(gr_text "board v1.2.0" (at 148.7 49.58) (layer B.SilkS)
43024302
(effects (font (size 1 1.2) (thickness 0.15)) (justify right mirror))
43034303
)
43044304
(gr_line (start 191.530001 140.540001) (end 191.530001 143.76) (layer Edge.Cuts) (width 0.05))

hardware/Achordion.sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ encoding utf-8
66
Sheet 1 1
77
Title "Achordion"
88
Date "2021-04-22"
9-
Rev "v1.1.0"
9+
Rev "v1.2.0"
1010
Comp "Petr Horáček"
1111
Comment1 "hrck@protonmail.com"
1212
Comment2 "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.1.0" # hack/release.sh
5+
version = "1.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

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