Skip to content

Commit 6f7a8ae

Browse files
committed
Release version 0.4.0
Signed-off-by: Petr Horacek <[email protected]>
1 parent 32712c9 commit 6f7a8ae

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
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.4.0
10+
911
* Design the PCB.
1012
* Initialize basic skeleton of firmware.
1113
* Implement stereo output and panning.

benches/Cargo.lock

Lines changed: 2 additions & 2 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.3.0" # hack/release.sh
3+
version = "0.4.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.3.0" # hack/release.sh
3+
version = "0.4.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.3.0" # hack/release.sh
3+
version = "0.4.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
(title_block
99
(title "Kaseta")
1010
(date "2022-11-26")
11-
(rev "v0.3.0")
11+
(rev "v0.4.0")
1212
(company "Zlosynth Instruments")
1313
(comment 1 "CC BY-SA")
1414
(comment 2 "[email protected]")
1515
(comment 3 "Petr Horáček")
16-
(comment 4 "rev 2")
16+
(comment 4 "rev "v0.4.0")
1717
)
1818

1919
(layers
@@ -5138,7 +5138,7 @@
51385138
(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)
51395139
(effects (font (size 1 1) (thickness 0.15)))
51405140
)
5141-
(gr_text "board v0.3.0" (at 144.49 129.71 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
5141+
(gr_text "board v0.4.0" (at 144.49 129.71 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
51425142
(effects (font (size 1 1) (thickness 0.15)))
51435143
)
51445144
(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.3.0")
10+
(rev "v0.4.0")
1111
(company "Petr Horáček")
1212
(comment 1 "[email protected]")
1313
(comment 2 "https://github.com/zlosynth/kaseta")

0 commit comments

Comments
 (0)