Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Dec 10, 2021
1 parent 0e404ca commit bf57cf4
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 14 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

## 1.0.0

* Convert PCB to two stacked layers for easier soldering.
* Change the panel layout.
* Expose debugging GPIO and UART pins.
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 = "0.16.0" # hack/release.sh
version = "1.0.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 = "0.16.0" # hack/release.sh
version = "1.0.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 hardware/Achordion.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(title_block
(title Achordion)
(date 2021-04-25)
(rev v0.16.0)
(rev v1.0.0)
(company "Petr Horáček")
(comment 1 [email protected])
(comment 2 https://github.com/zlosynth/achordion)
Expand Down Expand Up @@ -4248,7 +4248,7 @@
)
)

(gr_text "board v1.0.0-rc.1" (at 155.48 50.94) (layer B.SilkS)
(gr_text "board v1.0.0" (at 155.48 50.94) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_line (start 191.530001 140.540001) (end 191.530001 143.76) (layer Edge.Cuts) (width 0.05))
Expand Down
2 changes: 1 addition & 1 deletion hardware/Achordion.sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ encoding utf-8
Sheet 1 1
Title "Achordion"
Date "2021-04-22"
Rev "v0.16.0"
Rev "v1.0.0"
Comp "Petr Horáček"
Comment1 "[email protected]"
Comment2 "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 = "0.16.0" # hack/release.sh
version = "1.0.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 = "0.16.0" # hack/release.sh
version = "1.0.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 bf57cf4

Please sign in to comment.