Skip to content

Commit 368ca55

Browse files
authored
meta: release v1.7.1 (tonarino#372)
1 parent 54f0630 commit 368ca55

12 files changed

Lines changed: 32 additions & 32 deletions

File tree

Cargo.lock

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

client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "innernet"
1515
publish = true
1616
readme = "../README.md"
1717
repository = "https://github.com/tonarino/innernet"
18-
version = "1.7.0"
18+
version = "1.7.1"
1919

2020
[[bin]]
2121
name = "innernet"
@@ -28,14 +28,14 @@ clap_complete = "4.3"
2828
colored = "2"
2929
dialoguer.workspace = true
3030
indoc = "2.0.1"
31-
innernet-shared = { version = "1.7.0", path = "../shared" }
31+
innernet-shared = { version = "1.7.1", path = "../shared" }
3232
ipnet = { version = "2.4", features = ["serde"] }
3333
log = "0.4"
3434
regex = { version = "1", default-features = false, features = ["std"] }
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0"
3737
ureq = { version = "2", default-features = false, features = ["json"] }
38-
wireguard-control = { version = "1.7.0", path = "../wireguard-control" }
38+
wireguard-control = { version = "1.7.1", path = "../wireguard-control" }
3939

4040
[dev-dependencies]
4141
once_cell = "1.17.1"

doc/innernet-server.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH INNERNET-SERVER "8" "August 2025" "innernet-server 1.7.0" "System Administration Utilities"
2+
.TH INNERNET-SERVER "8" "November 2025" "innernet-server 1.7.1" "System Administration Utilities"
33
.SH NAME
4-
innernet-server \- manual page for innernet-server 1.7.0
4+
innernet-server \- manual page for innernet-server 1.7.1
55
.SH SYNOPSIS
66
.B innernet-server
77
[\fI\,OPTIONS\/\fR] \fI\,<COMMAND>\/\fR
@@ -56,8 +56,8 @@ Print this message or the help of the given subcommand(s)
5656
Whether the routing should be done by innernet or is done by an external tool like e.g. babeld
5757
.TP
5858
\fB\-\-backend\fR <BACKEND>
59-
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default:
60-
kernel] [possible values: kernel, userspace]
59+
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default: kernel]
60+
[possible values: kernel, userspace]
6161
.TP
6262
\fB\-\-mtu\fR <MTU>
6363
Specify the desired MTU for your interface (default: 1280)

doc/innernet-server.8.gz

-1 Bytes
Binary file not shown.

doc/innernet.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH INNERNET "8" "August 2025" "innernet 1.7.0" "System Administration Utilities"
2+
.TH INNERNET "8" "November 2025" "innernet 1.7.1" "System Administration Utilities"
33
.SH NAME
4-
innernet \- manual page for innernet 1.7.0
4+
innernet \- manual page for innernet 1.7.1
55
.SH SYNOPSIS
66
.B innernet
77
[\fI\,OPTIONS\/\fR] [\fI\,COMMAND\/\fR]
@@ -86,8 +86,8 @@ Verbose output, use \fB\-vv\fR for even higher verbositude
8686
Whether the routing should be done by innernet or is done by an external tool like e.g. babeld
8787
.TP
8888
\fB\-\-backend\fR <BACKEND>
89-
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default:
90-
kernel] [possible values: kernel, userspace]
89+
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default: kernel]
90+
[possible values: kernel, userspace]
9191
.TP
9292
\fB\-\-mtu\fR <MTU>
9393
Specify the desired MTU for your interface (default: 1280)

doc/innernet.8.gz

0 Bytes
Binary file not shown.

hostsfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "hostsfile"
1010
publish = true
1111
readme = "README.md"
1212
repository = "https://github.com/tonarino/innernet"
13-
version = "1.7.0"
13+
version = "1.7.1"
1414

1515
[dependencies]
1616
log = "0.4"

netlink-request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "netlink-request"
1010
publish = true
1111
readme = "README.md"
1212
repository = "https://github.com/tonarino/innernet"
13-
version = "1.7.0"
13+
version = "1.7.1"
1414

1515
[target.'cfg(target_os = "linux")'.dependencies]
1616
netlink-sys = "0.8.5"

publicip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ name = "innernet-publicip"
1010
publish = true
1111
readme = "README.md"
1212
repository = "https://github.com/tonarino/innernet"
13-
version = "1.7.0"
13+
version = "1.7.1"
1414

1515
[dependencies]

server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "innernet-server"
1515
publish = true
1616
readme = "../README.md"
1717
repository = "https://github.com/tonarino/innernet"
18-
version = "1.7.0"
18+
version = "1.7.1"
1919

2020
[lib]
2121
path = "src/lib.rs"
@@ -41,8 +41,8 @@ hyper = { version = "0.14", default-features = false, features = [
4141
"stream",
4242
] }
4343
indoc = "2.0.1"
44-
innernet-publicip = { version = "1.7.0", path = "../publicip" }
45-
innernet-shared = { version = "1.7.0", path = "../shared" }
44+
innernet-publicip = { version = "1.7.1", path = "../publicip" }
45+
innernet-shared = { version = "1.7.1", path = "../shared" }
4646
ipnet = { version = "2.4", features = ["serde"] }
4747
libc = "0.2"
4848
libsqlite3-sys = "0.26"
@@ -59,7 +59,7 @@ thiserror = "1"
5959
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "time"] }
6060
toml = "0.8.10"
6161
url = "2"
62-
wireguard-control = { version = "1.7.0", path = "../wireguard-control" }
62+
wireguard-control = { version = "1.7.1", path = "../wireguard-control" }
6363

6464
[target.'cfg(target_os = "linux")'.dependencies]
6565
socket2 = { version = "0.5.2", features = ["all"] }

0 commit comments

Comments
 (0)