Skip to content

Commit 3debbee

Browse files
committed
Release version 1.3.2
Signed-off-by: Petr Horacek <[email protected]>
1 parent 0a4a330 commit 3debbee

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+
## 1.3.2
10+
911
* Snap position sliders to the edges.
1012

1113
## 1.3.1

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 = "1.3.1" # hack/release.sh
3+
version = "1.3.2" # 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 = "1.3.1" # hack/release.sh
3+
version = "1.3.2" # 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 = "1.3.1" # hack/release.sh
3+
version = "1.3.2" # 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 = "1.3.1" # hack/release.sh
3+
version = "1.3.2" # 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 "2023-01-21")
11-
(rev "v1.3.1")
11+
(rev "v1.3.2")
1212
(company "Zlosynth Instruments")
1313
(comment 1 "CC BY-SA")
1414
(comment 2 "[email protected]")
@@ -5289,7 +5289,7 @@
52895289
(gr_text "Petr Horáček <[email protected]>, 2023, CC BY-SA" (at 144.62 88.23 90) (layer "F.SilkS") (tstamp 5b73e008-8b50-4a5f-be74-938da27a0b47)
52905290
(effects (font (size 1 1) (thickness 0.15)))
52915291
)
5292-
(gr_text "board v1.3.1" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
5292+
(gr_text "board v1.3.2" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
52935293
(effects (font (size 1 1) (thickness 0.15)))
52945294
)
52955295
(gr_text "SM" (at 123.36 139.53) (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 "2023-01-21")
10-
(rev "v1.3.1")
10+
(rev "v1.3.2")
1111
(company "Petr Horáček")
1212
(comment 1 "[email protected]")
1313
(comment 2 "https://github.com/zlosynth/kaseta")

0 commit comments

Comments
 (0)