Skip to content

Commit 9156b31

Browse files
committed
Release version 0.7.0
Signed-off-by: Petr Horacek <[email protected]>
1 parent c164d08 commit 9156b31

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ backwards compatibility.
66

77
## Unreleased
88

9+
## 0.7.0
10+
911
* Extend maximum delay length to 5 minutes.
1012
* Implement visualization for all attributes.
1113
* Replace DIP switch controls with alt button and potentiomenter.

benches/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kaseta-benches"
3-
version = "0.6.0" # hack/release.sh
3+
version = "0.7.0" # hack/release.sh
44
authors = ["Petr Horáček <[email protected]>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"

control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kaseta-control"
3-
version = "0.6.0" # hack/release.sh
3+
version = "0.7.0" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <[email protected]>"]
66
license = "GPL-3.0-or-later"

dsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kaseta-dsp"
3-
version = "0.6.0" # hack/release.sh
3+
version = "0.7.0" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <[email protected]>"]
66
license = "GPL-3.0-or-later"

firmware/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firmware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kaseta-firmware"
3-
version = "0.6.0" # hack/release.sh
3+
version = "0.7.0" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <[email protected]>"]
66
license = "GPL-3.0-or-later"

hardware/Module.kicad_pcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(title_block
99
(title "Kaseta")
1010
(date "2022-11-26")
11-
(rev "v0.6.0")
11+
(rev "v0.7.0")
1212
(company "Zlosynth Instruments")
1313
(comment 1 "CC BY-SA")
1414
(comment 2 "[email protected]")
@@ -5140,7 +5140,7 @@
51405140
(gr_text "Petr Horáček <[email protected]>, 2022, CC BY-SA" (at 144.62 88.23 90) (layer "F.SilkS") (tstamp 5b73e008-8b50-4a5f-be74-938da27a0b47)
51415141
(effects (font (size 1 1) (thickness 0.15)))
51425142
)
5143-
(gr_text "board v0.6.0" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
5143+
(gr_text "board v0.7.0" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
51445144
(effects (font (size 1 1) (thickness 0.15)))
51455145
)
51465146
(gr_text "SM" (at 123.5 130.86) (layer "F.SilkS") (tstamp b0f56010-f63d-474f-86a5-cf6144c6464d)

hardware/Module.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(title_block
88
(title "Kaseta")
99
(date "2022-11-07")
10-
(rev "v0.6.0")
10+
(rev "v0.7.0")
1111
(company "Petr Horáček")
1212
(comment 1 "[email protected]")
1313
(comment 2 "https://github.com/zlosynth/kaseta")

0 commit comments

Comments
 (0)