From 0baf2e3b970d672496d96a66542e14c467e16927 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 23 Nov 2023 19:41:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- warpgate-admin/Cargo.toml | 2 +- warpgate-common/Cargo.toml | 2 +- warpgate-core/Cargo.toml | 2 +- warpgate-database-protocols/Cargo.toml | 2 +- warpgate-db-entities/Cargo.toml | 2 +- warpgate-db-migrations/Cargo.toml | 2 +- warpgate-protocol-http/Cargo.toml | 2 +- warpgate-protocol-mysql/Cargo.toml | 2 +- warpgate-protocol-ssh/Cargo.toml | 2 +- warpgate-sso/Cargo.toml | 2 +- warpgate-web/Cargo.toml | 2 +- warpgate/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 183c2c085..1d2cf876d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.9.0 commit = True tag = True diff --git a/warpgate-admin/Cargo.toml b/warpgate-admin/Cargo.toml index 6d687b980..fe4e02c0e 100644 --- a/warpgate-admin/Cargo.toml +++ b/warpgate-admin/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-admin" -version = "0.8.1" +version = "0.9.0" [dependencies] anyhow = { version = "1.0", features = ["std"] } diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index faf4cad97..4b2a8c1fe 100644 --- a/warpgate-common/Cargo.toml +++ b/warpgate-common/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-common" -version = "0.8.1" +version = "0.9.0" [dependencies] anyhow = "1.0" diff --git a/warpgate-core/Cargo.toml b/warpgate-core/Cargo.toml index fb91dbcba..c534c54cc 100644 --- a/warpgate-core/Cargo.toml +++ b/warpgate-core/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-core" -version = "0.8.1" +version = "0.9.0" [dependencies] warpgate-common = { version = "*", path = "../warpgate-common" } diff --git a/warpgate-database-protocols/Cargo.toml b/warpgate-database-protocols/Cargo.toml index ba129c9ff..1f459ccbf 100644 --- a/warpgate-database-protocols/Cargo.toml +++ b/warpgate-database-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warpgate-database-protocols" -version = "0.8.1" +version = "0.9.0" description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts." license = "MIT OR Apache-2.0" edition = "2021" diff --git a/warpgate-db-entities/Cargo.toml b/warpgate-db-entities/Cargo.toml index 42571ef59..e9cbe6a6c 100644 --- a/warpgate-db-entities/Cargo.toml +++ b/warpgate-db-entities/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-db-entities" -version = "0.8.1" +version = "0.9.0" [dependencies] chrono = { version = "0.4", default_features = false, features = ["serde"] } diff --git a/warpgate-db-migrations/Cargo.toml b/warpgate-db-migrations/Cargo.toml index e5defffc6..cc74f4d74 100644 --- a/warpgate-db-migrations/Cargo.toml +++ b/warpgate-db-migrations/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-db-migrations" publish = false -version = "0.8.1" +version = "0.9.0" [lib] diff --git a/warpgate-protocol-http/Cargo.toml b/warpgate-protocol-http/Cargo.toml index cba81bc60..1562bee74 100644 --- a/warpgate-protocol-http/Cargo.toml +++ b/warpgate-protocol-http/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-protocol-http" -version = "0.8.1" +version = "0.9.0" [dependencies] anyhow = "1.0" diff --git a/warpgate-protocol-mysql/Cargo.toml b/warpgate-protocol-mysql/Cargo.toml index e2d4f94f6..f5df9861d 100644 --- a/warpgate-protocol-mysql/Cargo.toml +++ b/warpgate-protocol-mysql/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-protocol-mysql" -version = "0.8.1" +version = "0.9.0" [dependencies] warpgate-common = { version = "*", path = "../warpgate-common" } diff --git a/warpgate-protocol-ssh/Cargo.toml b/warpgate-protocol-ssh/Cargo.toml index 847c19dc0..8823cf20a 100644 --- a/warpgate-protocol-ssh/Cargo.toml +++ b/warpgate-protocol-ssh/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-protocol-ssh" -version = "0.8.1" +version = "0.9.0" [dependencies] ansi_term = "0.12" diff --git a/warpgate-sso/Cargo.toml b/warpgate-sso/Cargo.toml index 2db3b306d..4ebe13b22 100644 --- a/warpgate-sso/Cargo.toml +++ b/warpgate-sso/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-sso" -version = "0.8.1" +version = "0.9.0" [dependencies] bytes = "1.3" diff --git a/warpgate-web/Cargo.toml b/warpgate-web/Cargo.toml index af153fbbf..df7f7f20a 100644 --- a/warpgate-web/Cargo.toml +++ b/warpgate-web/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-web" -version = "0.8.1" +version = "0.9.0" [dependencies] rust-embed = "6.3" diff --git a/warpgate/Cargo.toml b/warpgate/Cargo.toml index 9fcef6bed..dde4fe95d 100644 --- a/warpgate/Cargo.toml +++ b/warpgate/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate" -version = "0.8.1" +version = "0.9.0" [dependencies] ansi_term = "0.12"