Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Jul 19, 2022
1 parent 9da3649 commit ec48d7b
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ backwards compatibility.

## Unreleased

## 2.2.0

* Blink the signal LED twice to signalize new version.
* Add harmonic minor mode.
* Introduce configuration menu.
Expand Down
2 changes: 1 addition & 1 deletion bank/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bank/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-bank"
version = "2.1.0" # hack/release.sh
version = "2.2.0" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Wavetable banks and their processing."
repository = "https://github.com/zlosynth/achordion"
Expand Down
6 changes: 3 additions & 3 deletions eurorack/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eurorack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-eurorack"
version = "2.1.0" # hack/release.sh
version = "2.2.0" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator module for Eurorack."
repository = "https://github.com/zlosynth/achordion"
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ set -euo pipefail

version=${1}

make all

sed -i "s/## Unreleased/## Unreleased\n\n## ${version}/" CHANGELOG.md
sed -i "s/version =.* # hack\/release.sh$/version = \"${version}\" # hack\/release.sh/" bank/Cargo.toml
sed -i "s/version =.* # hack\/release.sh$/version = \"${version}\" # hack\/release.sh/" eurorack/Cargo.toml
Expand All @@ -14,6 +12,8 @@ sed -i "s/rev .*/rev \"v${version}\")/" hardware/Achordion.kicad_sch
sed -i "s/gr_text \"board .*\" /gr_text \"board v${version}\" /" hardware/Achordion.kicad_pcb
sed -i "s/rev .*/rev \"v${version}\")/" hardware/Achordion.kicad_pcb

make all

rm -rf release
mkdir release

Expand Down
4 changes: 2 additions & 2 deletions hardware/Achordion.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(title_block
(title "Achordion")
(date "2022-02-27")
(rev "v2.1.0")
(rev "v2.2.0")
(company "Petr Horáček")
(comment 1 "[email protected]")
(comment 2 "https://github.com/zlosynth/achordion")
Expand Down Expand Up @@ -3082,7 +3082,7 @@
(gr_text "Petr Horáček <[email protected]>, 2022, CC BY-SA" (at 165.65 92.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621a2c46)
(effects (font (size 1.2 1.1) (thickness 0.15)))
)
(gr_text "board v2.1.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
(gr_text "board v2.2.0" (at 165.73 143.92 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621b6893)
(effects (font (size 1.2 1.1) (thickness 0.15)) (justify left))
)
(gr_text "Achordion," (at 165.72 152.88 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000621e1412)
Expand Down
2 changes: 1 addition & 1 deletion hardware/Achordion.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(title_block
(title "Achordion")
(date "2022-02-27")
(rev "v2.1.0")
(rev "v2.2.0")
(company "Petr Horáček")
(comment 1 "[email protected]")
(comment 2 "https://github.com/zlosynth/achordion")
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-lib"
version = "2.1.0" # hack/release.sh
version = "2.2.0" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator."
repository = "https://github.com/zlosynth/achordion"
Expand Down
6 changes: 3 additions & 3 deletions puredata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion puredata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Petr Horáček <[email protected]>"]
edition = "2018"
name = "achordion-puredata"
version = "2.1.0" # hack/release.sh
version = "2.2.0" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator external for Pure Data."
repository = "https://github.com/zlosynth/achordion"
Expand Down

0 comments on commit ec48d7b

Please sign in to comment.