Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed May 28, 2022
1 parent e339e2e commit d60c5f1
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 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.4.0

* Integrate display in the firmware.
* Use left encoder to move through attributes.
* Use right encoder to adjust attributes.
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 = "proton-eurorack"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions hardware/Module.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(title_block
(title "Proton")
(date "2022-03-06")
(rev "v0.3.0")
(rev "v0.4.0")
(company "Petr Horáček")
(comment 1 "[email protected]")
(comment 2 "https://github.com/zlosynth/proton")
Expand Down Expand Up @@ -7260,7 +7260,7 @@
(gr_text "RED\n-12 V" (at 122.53 94.95) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000062259c98)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "board v0.3.0" (at 158.77 58.98 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00006225a763)
(gr_text "board v0.4.0" (at 158.77 58.98 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00006225a763)
(effects (font (size 1 1) (thickness 0.15)) (justify left))
)
(gr_text "S/N:" (at 131.06 129.16 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00006225a764)
Expand Down
2 changes: 1 addition & 1 deletion hardware/Module.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(title_block
(title "Proton")
(date "2022-03-06")
(rev "v0.3.0")
(rev "v0.4.0")
(company "Petr Horáček")
(comment 1 "[email protected]")
(comment 2 "https://github.com/zlosynth/proton")
Expand Down
2 changes: 1 addition & 1 deletion instruments/karplus_strong_music_box/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Petr Horáček <[email protected]>"]
name = "proton-instruments-karplus-strong-music-box"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down
2 changes: 1 addition & 1 deletion peripherals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Petr Horáček <[email protected]>"]
name = "proton-peripherals"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Petr Horáček <[email protected]>"]
name = "proton-primitives"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
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
@@ -1,7 +1,7 @@
[package]
authors = ["Petr Horáček <[email protected]>"]
name = "proton-puredata"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Petr Horáček <[email protected]>"]
name = "proton-ui"
version = "0.3.0" # hack/release.sh
version = "0.4.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down

0 comments on commit d60c5f1

Please sign in to comment.