Bump version: 0.5.0 → 0.6.0

This commit is contained in:
Eugene Pankov 2022-09-06 23:08:38 +02:00
parent 759fcfacdd
commit f9f92464b0
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
13 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = True
@ -15,7 +15,7 @@ replace = version = "{new_version}"
search = version = "{current_version}"
replace = version = "{new_version}"
[bumpversion:file:warpgate-config/Cargo.toml]
[bumpversion:file:warpgate-core/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-admin"
version = "0.5.0"
version = "0.6.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.5.0"
version = "0.6.0"
[dependencies]
anyhow = "1.0"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-core"
version = "0.5.0"
version = "0.6.0"
[dependencies]
warpgate-common = { version = "*", path = "../warpgate-common" }

View file

@ -1,6 +1,6 @@
[package]
name = "warpgate-database-protocols"
version = "0.5.0"
version = "0.6.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.5.0"
version = "0.6.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.5.0"
version = "0.6.0"
[lib]

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-http"
version = "0.5.0"
version = "0.6.0"
[dependencies]
anyhow = "1.0"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-mysql"
version = "0.5.0"
version = "0.6.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.5.0"
version = "0.6.0"
[dependencies]
ansi_term = "0.12"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-sso"
version = "0.5.0"
version = "0.6.0"
[dependencies]
bytes = "1.2"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-web"
version = "0.5.0"
version = "0.6.0"
[dependencies]
rust-embed = "6.3"

View file

@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate"
version = "0.5.0"
version = "0.6.0"
[dependencies]
ansi_term = "0.12"