Skip to content

Commit

Permalink
chore: release 1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micooz committed Nov 20, 2021
1 parent df26f40 commit 8f316ed
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
required: true
version:
description: 'Asset version to deploy'
default: 'v1.0.0-alpha.4'
default: 'v1.0.0-alpha.5'
required: true
arch:
description: 'Asset binary architecture (Rust format)'
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
authors = ["Micooz Lee <[email protected]>"]
description = "bp is a lightweight and efficient proxy written in pure Rust."
repository = "https://github.com/micooz/bp"
Expand Down
2 changes: 1 addition & 1 deletion USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bp 1.0.0-alpha.4
bp 1.0.0-alpha.5

Lightweight and efficient proxy written in pure Rust

Expand Down
2 changes: 1 addition & 1 deletion bp-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-cli"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion bp-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-core"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion bp-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-monitor"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bp-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-test"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
authors = ["Micooz Lee <[email protected]>"]
description = "bp is a lightweight and efficient proxy written in pure Rust."
repository = "https://github.com/micooz/bp"
Expand Down

0 comments on commit 8f316ed

Please sign in to comment.