mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-03 11:56:49 +08:00
Bump version: 0.13.0-beta.2 → 0.14.0
This commit is contained in:
parent
1ceb7e99c2
commit
d7651fb1a3
14 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.13.0-beta.2
|
current_version = 0.14.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-admin"
|
name = "warpgate-admin"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { version = "1.0", features = ["std"] }
|
anyhow = { version = "1.0", features = ["std"] }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-common"
|
name = "warpgate-common"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-core"
|
name = "warpgate-core"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "warpgate-database-protocols"
|
name = "warpgate-database-protocols"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
|
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-db-entities"
|
name = "warpgate-db-entities"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1.4"
|
bytes = "1.4"
|
||||||
|
|
|
@ -3,7 +3,7 @@ edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-db-migrations"
|
name = "warpgate-db-migrations"
|
||||||
publish = false
|
publish = false
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-protocol-http"
|
name = "warpgate-protocol-http"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-protocol-mysql"
|
name = "warpgate-protocol-mysql"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-protocol-postgres"
|
name = "warpgate-protocol-postgres"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-protocol-ssh"
|
name = "warpgate-protocol-ssh"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-sso"
|
name = "warpgate-sso"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes.workspace = true
|
bytes.workspace = true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate-web"
|
name = "warpgate-web"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "warpgate"
|
name = "warpgate"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
|
|
Loading…
Add table
Reference in a new issue