Skip to content

Commit

Permalink
meta: release v1.5.3-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Jan 18, 2022
1 parent 4a682f8 commit b53376b
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 22 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 @@ -214,10 +214,10 @@ brew install tonarino/innernet/innernet

```sh
# to install innernet:
cargo install --git https://github.com/tonarino/innernet --tag v1.5.3-beta.2 client
cargo install --git https://github.com/tonarino/innernet --tag v1.5.3-beta.3 client

# to install innernet-server:
cargo install --git https://github.com/tonarino/innernet --tag v1.5.3-beta.2 server
cargo install --git https://github.com/tonarino/innernet --tag v1.5.3-beta.3 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.5.3-beta.2"
version = "1.5.3-beta.3"

[[bin]]
name = "innernet"
Expand Down
8 changes: 4 additions & 4 deletions doc/innernet-server.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH INNERNET-SERVER "8" "January 2022" "innernet-server 1.5.3-beta.2" "System Administration Utilities"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH INNERNET-SERVER "8" "January 2022" "innernet-server 1.5.3-beta.3" "System Administration Utilities"
.SH NAME
innernet-server \- manual page for innernet-server 1.5.3-beta.2
innernet-server \- manual page for innernet-server 1.5.3-beta.3
.SH DESCRIPTION
innernet\-server 1.5.3\-beta.2
innernet\-server 1.5.3\-beta.3
Jake McGinty <[email protected]>
A server to coordinate innernet networks.
.SS "USAGE:"
Expand Down
Binary file modified doc/innernet-server.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/innernet-server.completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ _innernet-server() {
return 0
;;
innernet__server__help)
opts=""
opts="<SUBCOMMAND>..."
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
return 0
Expand Down
1 change: 1 addition & 0 deletions doc/innernet-server.completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ _arguments "${_arguments_options[@]}" \
;;
(help)
_arguments "${_arguments_options[@]}" \
'*::subcommand -- The subcommand whose help message to display:' \
&& ret=0
;;
esac
Expand Down
8 changes: 4 additions & 4 deletions doc/innernet.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH INNERNET "8" "January 2022" "innernet 1.5.3-beta.2" "System Administration Utilities"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH INNERNET "8" "January 2022" "innernet 1.5.3-beta.3" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.5.3-beta.2
innernet \- manual page for innernet 1.5.3-beta.3
.SH DESCRIPTION
innernet 1.5.3\-beta.2
innernet 1.5.3\-beta.3
Jake McGinty <[email protected]>
A client to manage innernet network interfaces.
.SS "USAGE:"
Expand Down
Binary file modified doc/innernet.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/innernet.completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ _innernet() {
return 0
;;
innernet__help)
opts=""
opts="<SUBCOMMAND>..."
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
return 0
Expand Down
1 change: 1 addition & 0 deletions doc/innernet.completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ _arguments "${_arguments_options[@]}" \
;;
(help)
_arguments "${_arguments_options[@]}" \
'*::subcommand -- The subcommand whose help message to display:' \
&& ret=0
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion netlink-request/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink-request"
version = "1.5.3-beta.2"
version = "1.5.3-beta.3"
edition = "2021"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
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.5.3-beta.2"
version = "1.5.3-beta.3"

[[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 = "2021"
license = "MIT"
name = "shared"
publish = false
version = "1.5.3-beta.2"
version = "1.5.3-beta.3"

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion wireguard-control/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 = "wireguard-control"
readme = "README.md"
repository = "https://github.com/tonarino/innernet"
version = "1.5.3-beta.2"
version = "1.5.3-beta.3"

[dependencies]
base64 = "0.13"
Expand Down

0 comments on commit b53376b

Please sign in to comment.