Skip to content

Commit c1b30de

Browse files
authored
build: release v1.1.0 (#5)
1 parent 60df932 commit c1b30de

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/workflows/releases.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ jobs:
2121
include:
2222
- target: x86_64-unknown-linux-gnu
2323
os: ubuntu-latest
24-
- target: aarch64-unknown-linux-gnu
25-
os: ubuntu-latest
26-
- target: aarch64-unknown-linux-musl
27-
os: ubuntu-latest
28-
- target: arm-unknown-linux-gnueabihf
29-
os: ubuntu-latest
30-
- target: arm-unknown-linux-musleabihf
31-
os: ubuntu-latest
24+
# - target: arm-unknown-linux-gnueabihf
25+
# os: ubuntu-latest
26+
# - target: aarch64-unknown-linux-gnu
27+
# os: ubuntu-latest
28+
# - target: x86_64-unknown-linux-musl
29+
# os: ubuntu-latest
30+
# - target: arm-unknown-linux-musleabihf
31+
# os: ubuntu-latest
32+
# - target: aarch64-unknown-linux-musl
33+
# os: ubuntu-latest
3234
- target: aarch64-apple-darwin
3335
os: macos-latest
3436
- target: x86_64-apple-darwin

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
Let update interval configurable
6+
37
## v1.0.1
48

59
Adds ARM targets on releases

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wavelog-hamlib"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Luca Cireddu <[email protected]>"]
55
description = "Simple tool to connect Hamlib rigctld instance with Wavelog"
66
repository = "https://github.com/sardylan/wavelog-hamlib.git"

0 commit comments

Comments
 (0)