Skip to content

Commit

Permalink
meta: release v1.3.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed May 19, 2021
1 parent 3892a99 commit 08b975e
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ brew install tonarino/innernet/innernet

```sh
# to install innernet:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.4 client
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.5 client

# to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.4 server
cargo install --git https://github.com/tonarino/innernet --tag v1.3.0-beta.5 server
```

Note that you'll be responsible for updating manually.
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "client"
publish = false
repository = "https://github.com/tonarino/innernet"
version = "1.3.0-beta.4"
version = "1.3.0-beta.5"

[[bin]]
name = "innernet"
Expand Down
16 changes: 12 additions & 4 deletions doc/innernet-server.8
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
.\" 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.4" "System Administration Utilities"
.TH INNERNET-SERVER "8" "May 2021" "innernet-server 1.3.0-beta.5" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.3.0-beta.4
innernet-server \- manual page for innernet-server 1.3.0-beta.5
.SH DESCRIPTION
innernet\-server 1.3.0\-beta.4
innernet\-server 1.3.0\-beta.5
A server to coordinate innernet networks.
.SS "USAGE:"
.IP
innernet\-server <SUBCOMMAND>
innernet\-server [FLAGS] [OPTIONS] <SUBCOMMAND>
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-\-no\-routing\fR
Whether the routing should be done by innernet or is done by an external tool like e.g. babeld
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "OPTIONS:"
.TP
\fB\-\-backend\fR <backend>
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on
availability [default: kernel] [possible values: kernel, userspace]
.SS "SUBCOMMANDS:"
.TP
add\-cidr
Expand Down
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
20 changes: 15 additions & 5 deletions doc/innernet.8
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH INNERNET "8" "May 2021" "innernet 1.3.0-beta.4" "System Administration Utilities"
.TH INNERNET "8" "May 2021" "innernet 1.3.0-beta.5" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.3.0-beta.4
innernet \- manual page for innernet 1.3.0-beta.5
.SH DESCRIPTION
innernet 1.3.0\-beta.4
innernet 1.3.0\-beta.5
A client to manage innernet network interfaces.
.SS "USAGE:"
.IP
innernet [SUBCOMMAND]
innernet [FLAGS] [OPTIONS] [SUBCOMMAND]
.SS "FLAGS:"
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Prints help information
.HP
\fB\-\-no\-routing\fR
.IP
Whether the routing should be done by innernet or is done by an external tool like e.g. babeld
.HP
\fB\-V\fR, \fB\-\-version\fR
.IP
Prints version information
.SS "OPTIONS:"
.HP
\fB\-\-backend\fR <backend>
.IP
Specify a WireGuard backend to use. If not set, innernet will auto\-select based on availability [default:
kernel] [possible values: kernel, userspace]
.SS "SUBCOMMANDS:"
.TP
add\-association
Expand All @@ -35,7 +45,7 @@ disable\-peer
Disable an enabled peer
.TP
down
Bring down the interface (equivalent to "wg\-quick down [interface]")
Bring down the interface (equivalent to "wg\-quick down <interface>")
.TP
enable\-peer
Enable a disabled peer
Expand Down
Binary file modified doc/innernet.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "server"
publish = false
readme = "README.md"
version = "1.3.0-beta.4"
version = "1.3.0-beta.5"

[[bin]]
name = "innernet-server"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2018"
license = "MIT"
name = "shared"
publish = false
version = "1.3.0-beta.4"
version = "1.3.0-beta.5"

[dependencies]
colored = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "LGPL-2.1-or-later"
name = "wgctrl"
publish = false
readme = "../README.md"
version = "1.3.0-beta.4"
version = "1.3.0-beta.5"

[dependencies]
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion wgctrl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "wgctrl-sys"
publish = false
readme = "../README.md"
repository = "https://gitlab.com/K900/wgctrl-rs"
version = "1.3.0-beta.4"
version = "1.3.0-beta.5"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 08b975e

Please sign in to comment.