Skip to content

Commit e46d5e6

Browse files
committed
Release version 1.1.1
Signed-off-by: Petr Horacek <[email protected]>
1 parent de6729f commit e46d5e6

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ backwards compatibility.
66

77
## Unreleased
88

9+
## 1.1.1
10+
911
* Improve English and clarity in the manuals.
1012
* Fix documentation of octave scaling.
1113
* Document real current consumption.

Diff for: benches/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: benches/Cargo.toml

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

Diff for: control/Cargo.toml

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

Diff for: dsp/Cargo.toml

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

Diff for: firmware/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: firmware/Cargo.toml

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

Diff for: hardware/Module.kicad_pcb

+2-2
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.1.0")
11+
(rev "v1.1.1")
1212
(company "Zlosynth Instruments")
1313
(comment 1 "CC BY-SA")
1414
(comment 2 "[email protected]")
@@ -4186,7 +4186,7 @@
41864186
(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)
41874187
(effects (font (size 1 1) (thickness 0.15)))
41884188
)
4189-
(gr_text "board v1.1.0" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
4189+
(gr_text "board v1.1.1" (at 144.61 127.68 90) (layer "F.SilkS") (tstamp 9309129b-3558-4565-bc76-77229a2c13f8)
41904190
(effects (font (size 1 1) (thickness 0.15)))
41914191
)
41924192
(gr_text "SM" (at 123.36 139.53) (layer "F.SilkS") (tstamp b0f56010-f63d-474f-86a5-cf6144c6464d)

Diff for: hardware/Module.kicad_sch

+1-1
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.1.0")
10+
(rev "v1.1.1")
1111
(company "Petr Horáček")
1212
(comment 1 "[email protected]")
1313
(comment 2 "https://github.com/zlosynth/kaseta")

0 commit comments

Comments
 (0)