mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-21 22:15:24 +08:00
Bump version: 0.4.0 → 0.4.1
This commit is contained in:
parent
ab5e39efb0
commit
92ad43e1e4
11 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.4.0
|
||||
current_version = 0.4.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-admin"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0", features = ["std"] }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-common"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "warpgate-database-protocols"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-db-entities"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
chrono = {version = "0.4", features = ["serde"]}
|
||||
|
|
|
@ -3,7 +3,7 @@ edition = "2021"
|
|||
license = "Apache-2.0"
|
||||
name = "warpgate-db-migrations"
|
||||
publish = false
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[lib]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-http"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-mysql"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-ssh"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-web"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
rust-embed = "6.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
Loading…
Reference in a new issue