Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 26, 2022
1 parent 62be795 commit 7cfb271
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion warpgate-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-admin"
version = "0.3.0"
version = "0.4.0"

[dependencies]
anyhow = { version = "1.0", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-common"
version = "0.3.0"
version = "0.4.0"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-database-protocols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate-database-protocols"
version = "0.3.0"
version = "0.4.0"
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-db-entities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-entities"
version = "0.3.0"
version = "0.4.0"

[dependencies]
chrono = {version = "0.4", features = ["serde"]}
Expand Down
2 changes: 1 addition & 1 deletion warpgate-db-migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-migrations"
publish = false
version = "0.3.0"
version = "0.4.0"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-http"
version = "0.3.0"
version = "0.4.0"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-mysql"
version = "0.3.0"
version = "0.4.0"

[dependencies]
warpgate-common = { version = "*", path = "../warpgate-common" }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-ssh"
version = "0.3.0"
version = "0.4.0"

[dependencies]
ansi_term = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-web"
version = "0.3.0"
version = "0.4.0"

[dependencies]
rust-embed = "6.3"
Expand Down
2 changes: 1 addition & 1 deletion warpgate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate"
version = "0.3.0"
version = "0.4.0"

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit 7cfb271

Please sign in to comment.