Skip to content

Commit ef0ae15

Browse files
committed
bump version code
1 parent fe119ab commit ef0ae15

File tree

8 files changed

+347
-153
lines changed

8 files changed

+347
-153
lines changed

Cargo.lock

Lines changed: 74 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "tunein-cli"
99
readme = "README.md"
1010
repository = "https://github.com/tsirysndr/tunein-cli"
11-
version = "0.3.1"
11+
version = "0.3.2"
1212

1313
[[bin]]
1414
name = "tunein"
@@ -31,24 +31,48 @@ crossterm = "0.27.0"
3131
derive_more = "0.99.17"
3232
futures = "0.3.26"
3333
futures-util = "0.3.26"
34-
hyper = {version = "0.14.23", features = ["client", "stream", "tcp", "http1", "http2"]}
34+
hyper = { version = "0.14.23", features = [
35+
"client",
36+
"stream",
37+
"tcp",
38+
"http1",
39+
"http2",
40+
] }
3541
m3u = "1.0.0"
3642
minimp3 = "0.6"
3743
owo-colors = "3.5.0"
3844
pls = "0.2.2"
3945
prost = "0.13.2"
40-
radiobrowser = { version = "0.6.1", features = ["default-rustls"], default-features = false }
46+
radiobrowser = { version = "0.6.1", features = [
47+
"default-rustls",
48+
], default-features = false }
4149
ratatui = "0.26.1"
4250
regex = "1.11.1"
43-
reqwest = {version = "0.11.14", features = ["blocking", "rustls-tls"], default-features = false}
44-
rodio = {version = "0.16"}
51+
reqwest = { version = "0.11.14", features = [
52+
"blocking",
53+
"rustls-tls",
54+
], default-features = false }
55+
rodio = { version = "0.16" }
4556
rustfft = "6.2.0"
4657
serde = "1.0.197"
47-
surf = {version = "2.3.2", features = ["h1-client-rustls"], default-features = false}
48-
symphonia = {version = "0.5.1", features = ["aac", "alac", "mp3", "isomp4", "flac"]}
58+
surf = { version = "2.3.2", features = [
59+
"h1-client-rustls",
60+
], default-features = false }
61+
symphonia = { version = "0.5.1", features = [
62+
"aac",
63+
"alac",
64+
"mp3",
65+
"isomp4",
66+
"flac",
67+
] }
4968
termion = "2.0.1"
5069
thiserror = "1.0.58"
51-
tokio = {version = "1.36.0", features = ["tokio-macros", "macros", "rt", "rt-multi-thread"]}
70+
tokio = { version = "1.36.0", features = [
71+
"tokio-macros",
72+
"macros",
73+
"rt",
74+
"rt-multi-thread",
75+
] }
5276
tonic = "0.12.3"
5377
tonic-reflection = "0.12.3"
5478
tonic-web = "0.12.3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ paru -S tunein-cli-bin
108108
Or download the latest release for your platform [here](https://github.com/tsirysndr/tunein-cli/releases).
109109

110110
## 📦 Downloads
111-
- `Mac`: arm64: [tunein_v0.3.1_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.1_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-apple-darwin.tar.gz)
112-
- `Linux`: [tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.1/tunein_v0.3.1_x86_64-unknown-linux-gnu.tar.gz)
111+
- `Mac`: arm64: [tunein_v0.3.2_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.2/tunein_v0.3.2_aarch64-apple-darwin.tar.gz) intel: [tunein_v0.3.2_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.2/tunein_v0.3.2_x86_64-apple-darwin.tar.gz)
112+
- `Linux`: [tunein_v0.3.2_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/tunein-cli/releases/download/v0.3.2/tunein_v0.3.2_x86_64-unknown-linux-gnu.tar.gz)
113113

114114
## 🚀 Usage
115115
```

dist/debian/amd64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tunein-cli
2-
Version: 0.3.1
2+
Version: 0.3.2
33
Section: user/multimedia
44
Priority: optional
55
Architecture: amd64

dist/debian/arm64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tunein-cli
2-
Version: 0.3.1
2+
Version: 0.3.2
33
Section: user/multimedia
44
Priority: optional
55
Architecture: arm64

dist/rpm/amd64/tunein.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tunein-cli
2-
Version: 0.3.1
2+
Version: 0.3.2
33
Release: 1%{?dist}
44
Summary: CLI for listening to internet radio stations
55

dist/rpm/arm64/tunein.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Name: tunein-cli
3-
Version: 0.3.1
3+
Version: 0.3.2
44
Release: 1%{?dist}
55
Summary: CLI for listening to internet radio stations
66

0 commit comments

Comments
 (0)