diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60330d18..3f517828 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1 commit = True tag = True diff --git a/warpgate-admin/Cargo.toml b/warpgate-admin/Cargo.toml index 66ea1244..535cb880 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.13.0" +version = "0.13.1" [dependencies] anyhow = { version = "1.0", features = ["std"] } diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index 58372853..b7b2757a 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.13.0" +version = "0.13.1" [dependencies] anyhow = "1.0" diff --git a/warpgate-core/Cargo.toml b/warpgate-core/Cargo.toml index 9690bf80..daf1dad1 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.13.0" +version = "0.13.1" [dependencies] warpgate-common = { version = "*", path = "../warpgate-common" } diff --git a/warpgate-database-protocols/Cargo.toml b/warpgate-database-protocols/Cargo.toml index 7da920b6..fe392a43 100644 --- a/warpgate-database-protocols/Cargo.toml +++ b/warpgate-database-protocols/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warpgate-database-protocols" -version = "0.13.0" +version = "0.13.1" 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 9630d367..ee78f3bd 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.13.0" +version = "0.13.1" [dependencies] bytes = "1.4" diff --git a/warpgate-db-migrations/Cargo.toml b/warpgate-db-migrations/Cargo.toml index b7909528..973d4df6 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.13.0" +version = "0.13.1" [lib] diff --git a/warpgate-protocol-http/Cargo.toml b/warpgate-protocol-http/Cargo.toml index 2742653f..45fad739 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.13.0" +version = "0.13.1" [dependencies] anyhow = "1.0" diff --git a/warpgate-protocol-mysql/Cargo.toml b/warpgate-protocol-mysql/Cargo.toml index 149f1fd1..0ac15c48 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.13.0" +version = "0.13.1" [dependencies] warpgate-common = { version = "*", path = "../warpgate-common" } diff --git a/warpgate-protocol-postgres/Cargo.toml b/warpgate-protocol-postgres/Cargo.toml index cd37e6d9..d2abfdf5 100644 --- a/warpgate-protocol-postgres/Cargo.toml +++ b/warpgate-protocol-postgres/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate-protocol-postgres" -version = "0.13.0" +version = "0.13.1" [dependencies] warpgate-common = { version = "*", path = "../warpgate-common" } diff --git a/warpgate-protocol-ssh/Cargo.toml b/warpgate-protocol-ssh/Cargo.toml index d587dd87..26f9c3c7 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.13.0" +version = "0.13.1" [dependencies] ansi_term = "0.12" diff --git a/warpgate-sso/Cargo.toml b/warpgate-sso/Cargo.toml index 2a3c4031..89bd9171 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.13.0" +version = "0.13.1" [dependencies] bytes.workspace = true diff --git a/warpgate-web/Cargo.toml b/warpgate-web/Cargo.toml index abee84d4..9d14fbf8 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.13.0" +version = "0.13.1" [dependencies] serde.workspace = true diff --git a/warpgate/Cargo.toml b/warpgate/Cargo.toml index 75e53245..79053540 100644 --- a/warpgate/Cargo.toml +++ b/warpgate/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" license = "Apache-2.0" name = "warpgate" -version = "0.13.0" +version = "0.13.1" [dependencies] ansi_term = "0.12"