Bump version: 0.3.0 → 0.4.0

This commit is contained in:
Eugene Pankov 2022-07-27 00:18:03 +02:00
parent 62be795038
commit 7cfb271bf4
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
11 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

View file

@ -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"] }

View file

@ -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"

View file

@ -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"

View file

@ -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"]}

View file

@ -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]

View file

@ -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"

View file

@ -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" }

View file

@ -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"

View file

@ -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"

View file

@ -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"