Skip to content

Commit

Permalink
release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
returntoreality committed Jan 17, 2023
1 parent 83e7a27 commit 3eab2f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
profile: minimal
components: rustfmt
override: true
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
- name: Install cargo-get
uses: baptiste0928/cargo-install@v1
with:
Expand Down Expand Up @@ -132,4 +134,4 @@ jobs:
file_target_version: stable
public_key: ${{ secrets.APT_REPO_PUBKEY }}
private_key: ${{ secrets.APT_REPO_PRIVKEY }}
key_passphrase: ${{ secrets.APT_REPO_KEY_PASSPHRASE }}
key_passphrase: ${{ secrets.APT_REPO_KEY_PASSPHRASE }}
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wirespider"
version = "0.4.2"
version = "0.5.0"
authors = ["Linus Karl <[email protected]>"]
license = "GPL-3"
edition = "2021"
Expand Down Expand Up @@ -97,4 +97,4 @@ assets = [
{ source = "systemd/wirespider/wg0", dest = "/etc/wirespider/wg0-example", mode = "644" },
{ source = "completions/_wirespider", dest = "/usr/share/zsh/site-functions/_wirespider", mode = "644" },
{ source = "completions/wirespider.bash", dest = "/usr/share/bash-completion/completions/wirespider", mode = "644" },
]
]

0 comments on commit 3eab2f9

Please sign in to comment.