meta: release v1.3.0

pull/92/head v1.3.0
Jake McGinty 2021-05-21 14:46:30 +09:00
parent 414e9c83fb
commit 2d012c6bd9
11 changed files with 26 additions and 20 deletions

10
Cargo.lock generated
View File

@ -151,7 +151,7 @@ dependencies = [
[[package]] [[package]]
name = "client" name = "client"
version = "1.3.0-beta.7" version = "1.3.0"
dependencies = [ dependencies = [
"colored", "colored",
"dialoguer", "dialoguer",
@ -895,7 +895,7 @@ dependencies = [
[[package]] [[package]]
name = "server" name = "server"
version = "1.3.0-beta.7" version = "1.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",
@ -928,7 +928,7 @@ dependencies = [
[[package]] [[package]]
name = "shared" name = "shared"
version = "1.3.0-beta.7" version = "1.3.0"
dependencies = [ dependencies = [
"colored", "colored",
"dialoguer", "dialoguer",
@ -1280,7 +1280,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]] [[package]]
name = "wgctrl" name = "wgctrl"
version = "1.3.0-beta.7" version = "1.3.0"
dependencies = [ dependencies = [
"base64", "base64",
"hex", "hex",
@ -1293,7 +1293,7 @@ dependencies = [
[[package]] [[package]]
name = "wgctrl-sys" name = "wgctrl-sys"
version = "1.3.0-beta.7" version = "1.3.0"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@ -204,10 +204,10 @@ brew install tonarino/innernet/innernet
```sh ```sh
# to install innernet: # to install innernet:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.7 client cargo install --git https://github.com/tonarino/innernet --tag v1.3.0 client
# to install innernet-server: # to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.7 server cargo install --git https://github.com/tonarino/innernet --tag v1.3.0 server
``` ```
Note that you'll be responsible for updating manually. Note that you'll be responsible for updating manually.

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "client" name = "client"
publish = false publish = false
repository = "https://github.com/tonarino/innernet" repository = "https://github.com/tonarino/innernet"
version = "1.3.0-beta.7" version = "1.3.0"
[[bin]] [[bin]]
name = "innernet" name = "innernet"

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET-SERVER "8" "May 2021" "innernet-server 1.3.0-beta.7" "System Administration Utilities" .TH INNERNET-SERVER "8" "May 2021" "innernet-server 1.3.0" "System Administration Utilities"
.SH NAME .SH NAME
innernet-server \- manual page for innernet-server 1.3.0-beta.7 innernet-server \- manual page for innernet-server 1.3.0
.SH DESCRIPTION .SH DESCRIPTION
innernet\-server 1.3.0\-beta.7 innernet\-server 1.3.0
A server to coordinate innernet networks. A server to coordinate innernet networks.
.SS "USAGE:" .SS "USAGE:"
.IP .IP
@ -22,7 +22,7 @@ Prints version information
.TP .TP
\fB\-\-backend\fR <backend> \fB\-\-backend\fR <backend>
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on Specify a WireGuard backend to use. If not set, innernet will auto\-select based on
availability [default: kernel] [possible values: kernel, userspace] availability [default: userspace] [possible values: userspace]
.SS "SUBCOMMANDS:" .SS "SUBCOMMANDS:"
.TP .TP
add\-cidr add\-cidr
@ -31,6 +31,9 @@ Add a new CIDR to an existing network
add\-peer add\-peer
Add a peer to an existing network Add a peer to an existing network
.TP .TP
delete\-cidr
Delete a CIDR
.TP
help help
Prints this message or the help of the given subcommand(s) Prints this message or the help of the given subcommand(s)
.TP .TP

Binary file not shown.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET "8" "May 2021" "innernet 1.3.0-beta.7" "System Administration Utilities" .TH INNERNET "8" "May 2021" "innernet 1.3.0" "System Administration Utilities"
.SH NAME .SH NAME
innernet \- manual page for innernet 1.3.0-beta.7 innernet \- manual page for innernet 1.3.0
.SH DESCRIPTION .SH DESCRIPTION
innernet 1.3.0\-beta.7 innernet 1.3.0
A client to manage innernet network interfaces. A client to manage innernet network interfaces.
.SS "USAGE:" .SS "USAGE:"
.IP .IP
@ -28,7 +28,7 @@ Prints version information
\fB\-\-backend\fR <backend> \fB\-\-backend\fR <backend>
.IP .IP
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default: Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default:
kernel] [possible values: kernel, userspace] userspace] [possible values: userspace]
.SS "SUBCOMMANDS:" .SS "SUBCOMMANDS:"
.TP .TP
add\-association add\-association
@ -43,6 +43,9 @@ Add a new peer
delete\-association delete\-association
Delete an association between CIDRs Delete an association between CIDRs
.TP .TP
delete\-cidr
Delete a CIDR
.TP
disable\-peer disable\-peer
Disable an enabled peer Disable an enabled peer
.TP .TP

Binary file not shown.

View File

@ -6,7 +6,7 @@ license = "MIT"
name = "server" name = "server"
publish = false publish = false
readme = "README.md" readme = "README.md"
version = "1.3.0-beta.7" version = "1.3.0"
[[bin]] [[bin]]
name = "innernet-server" name = "innernet-server"

View File

@ -4,7 +4,7 @@ edition = "2018"
license = "MIT" license = "MIT"
name = "shared" name = "shared"
publish = false publish = false
version = "1.3.0-beta.7" version = "1.3.0"
[dependencies] [dependencies]
colored = "2.0" colored = "2.0"

View File

@ -7,7 +7,7 @@ license = "LGPL-2.1-or-later"
name = "wgctrl" name = "wgctrl"
publish = false publish = false
readme = "../README.md" readme = "../README.md"
version = "1.3.0-beta.7" version = "1.3.0"
[dependencies] [dependencies]
base64 = "0.13" base64 = "0.13"

View File

@ -7,7 +7,7 @@ name = "wgctrl-sys"
publish = false publish = false
readme = "../README.md" readme = "../README.md"
repository = "https://gitlab.com/K900/wgctrl-rs" repository = "https://gitlab.com/K900/wgctrl-rs"
version = "1.3.0-beta.7" version = "1.3.0"
[dependencies] [dependencies]
libc = "0.2" libc = "0.2"