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.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Aug 11, 2022
1 parent c8b7ad5 commit 0b5a200
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 27 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.6.0

* Transform the module into two-board design.
* Remove MIDI input and output.
* Implement a basic tape simulation instrument.
Expand Down
4 changes: 2 additions & 2 deletions control/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 control/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-control"
version = "0.5.0" # hack/release.sh
version = "0.6.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down
14 changes: 7 additions & 7 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.5.0" # hack/release.sh
version = "0.6.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.5.0")
(rev "v0.6.0")
(company "Petr Horáček")
(comment 1 "[email protected]")
(comment 2 "https://github.com/zlosynth/proton")
Expand Down Expand Up @@ -7494,7 +7494,7 @@
(gr_text "Petr Horáček <[email protected]>, 2022, CC BY-SA" (at 131.838677 86.606953 90) (layer "F.SilkS") (tstamp 5adc6c78-7048-49f5-904d-c9793f065eea)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "board v0.5.0" (at 131.978677 50.246953 90) (layer "F.SilkS") (tstamp 652e784a-2ab5-4190-b0a1-7a906bf80d96)
(gr_text "board v0.6.0" (at 131.978677 50.246953 90) (layer "F.SilkS") (tstamp 652e784a-2ab5-4190-b0a1-7a906bf80d96)
(effects (font (size 1 1) (thickness 0.15)) (justify left))
)
(gr_text "OLED" (at 111.728677 235.146953 180) (layer "F.Fab") (tstamp 233d14ec-e17f-4b70-ace9-a65479e58a33)
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.5.0")
(rev "v0.6.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/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"
version = "0.5.0" # hack/release.sh
version = "0.6.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 instruments/tape/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-tape"
version = "0.5.0" # hack/release.sh
version = "0.6.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.5.0" # hack/release.sh
version = "0.6.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.5.0" # hack/release.sh
version = "0.6.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down
14 changes: 7 additions & 7 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.5.0" # hack/release.sh
version = "0.6.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.5.0" # hack/release.sh
version = "0.6.0" # hack/release.sh
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/zlosynth/proton"
Expand Down

0 comments on commit 0b5a200

Please sign in to comment.