Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <hrck@protonmail.com>
  • Loading branch information
phoracek committed Jan 21, 2023
1 parent c164d08 commit 9156b31
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 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.7.0

* Extend maximum delay length to 5 minutes.
* Implement visualization for all attributes.
* Replace DIP switch controls with alt button and potentiomenter.
Expand Down
6 changes: 3 additions & 3 deletions benches/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 benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaseta-benches"
version = "0.6.0" # hack/release.sh
version = "0.7.0" # hack/release.sh
authors = ["Petr Horáček <hrck@protonmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaseta-control"
version = "0.6.0" # hack/release.sh
version = "0.7.0" # hack/release.sh
edition = "2021"
authors = ["Petr Horáček <hrck@protonmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion dsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaseta-dsp"
version = "0.6.0" # hack/release.sh
version = "0.7.0" # hack/release.sh
edition = "2021"
authors = ["Petr Horáček <hrck@protonmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
6 changes: 3 additions & 3 deletions firmware/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 firmware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaseta-firmware"
version = "0.6.0" # hack/release.sh
version = "0.7.0" # hack/release.sh
edition = "2021"
authors = ["Petr Horáček <hrck@protonmail.com>"]
license = "GPL-3.0-or-later"
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 "Kaseta")
(date "2022-11-26")
(rev "v0.6.0")
(rev "v0.7.0")
(company "Zlosynth Instruments")
(comment 1 "CC BY-SA")
(comment 2 "petr@zlosyth.com")
Expand Down Expand Up @@ -5140,7 +5140,7 @@
(gr_text "Petr Horáček <petr@zlosynth.com>, 2022, CC BY-SA" (at 144.62 88.23 90) (layer "F.SilkS") (tstamp 5b73e008-8b50-4a5f-be74-938da27a0b47)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "board v0.6.0" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
(gr_text "board v0.7.0" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text "SM" (at 123.5 130.86) (layer "F.SilkS") (tstamp b0f56010-f63d-474f-86a5-cf6144c6464d)
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 "Kaseta")
(date "2022-11-07")
(rev "v0.6.0")
(rev "v0.7.0")
(company "Petr Horáček")
(comment 1 "petr@zlosynth.com")
(comment 2 "https://github.com/zlosynth/kaseta")
Expand Down

0 comments on commit 9156b31

Please sign in to comment.