Skip to content

Commit 05511d3

Browse files
committed
Release version 1.0.1
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent 12b51c5 commit 05511d3

7 files changed

Lines changed: 11 additions & 9 deletions

File tree

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.0.1
10+
911
* Use better footprints.
1012

1113
## 1.0.0

control/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.

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 = "arplus-control"
3-
version = "1.0.0" # hack/release.sh
3+
version = "1.0.1" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <petr@zlosynth.com>"]
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 = "arplus-dsp"
3-
version = "1.0.0" # hack/release.sh
3+
version = "1.0.1" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <petr@zlosynth.com>"]
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 = "arplus-firmware"
3-
version = "1.0.0" # hack/release.sh
3+
version = "1.0.1" # hack/release.sh
44
edition = "2021"
55
authors = ["Petr Horáček <petr@zlosynth.com>"]
66
license = "GPL-3.0-or-later"

hardware/Module.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(paper "A3")
77
(title_block
88
(title "Arplus")
9-
(rev "v1.0.0")
9+
(rev "v1.0.1")
1010
(company "Petr Horáček")
1111
(comment 1 "petr@zlosynth.com")
1212
(comment 2 "https://github.com/zlosynth/arplus")

0 commit comments

Comments
 (0)