File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ jobs:
21
21
include :
22
22
- target : x86_64-unknown-linux-gnu
23
23
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
32
34
- target : aarch64-apple-darwin
33
35
os : macos-latest
34
36
- target : x86_64-apple-darwin
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.1.0
4
+
5
+ Let update interval configurable
6
+
3
7
## v1.0.1
4
8
5
9
Adds ARM targets on releases
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wavelog-hamlib"
3
- version = " 1.0.1 "
3
+ version = " 1.1.0 "
4
4
authors = [
" Luca Cireddu <[email protected] >" ]
5
5
description = " Simple tool to connect Hamlib rigctld instance with Wavelog"
6
6
repository = " https://github.com/sardylan/wavelog-hamlib.git"
You can’t perform that action at this time.
0 commit comments