Skip to content

Commit

Permalink
Release version 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Sep 10, 2021
1 parent 6e65d50 commit 520ad5e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 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

## 0.11.0

* Remove CV buffering for faster response.
* Fixed a bug where settings backup to EEPROM was hogging the MCU and causing CV
latency up to 100 ms. Now the CV latency should be around 2 ms.
Expand Down
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.10.0" # hack/release.sh
version = "0.11.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.10.0)
(rev v0.11.0)
(company "Petr Horáček")
(comment 1 [email protected])
(comment 2 https://github.com/zlosynth/achordion)
Expand Down Expand Up @@ -13939,7 +13939,7 @@
(gr_circle (center 150.941001 144.49) (end 152.452002 144.49) (layer Edge.Cuts) (width 0.1) (tstamp 6087296F))
(gr_circle (center 162.726001 144.48) (end 164.237002 144.48) (layer Edge.Cuts) (width 0.1) (tstamp 6087296F))
(gr_circle (center 139.236001 129.55) (end 140.747002 129.55) (layer Edge.Cuts) (width 0.1) (tstamp 608E6343))
(gr_text "board v0.10.0" (at 156.325 42.775) (layer F.SilkS)
(gr_text "board v0.11.0" (at 156.325 42.775) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify left))
)
(gr_text -12 (at 149.875 42.575) (layer F.SilkS) (tstamp 6085E906)
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.10.0"
Rev "v0.11.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.10.0" # hack/release.sh
version = "0.11.0" # hack/release.sh
license = "GPL-3.0-or-later"
description = "Chord-crafting quantizing wavetable oscillator."
repository = "https://github.com/zlosynth/achordion"
Expand Down
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.10.0" # hack/release.sh
version = "0.11.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 520ad5e

Please sign in to comment.