Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 18, 2023
1 parent 12fdf62 commit 7e260e8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion warpgate-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-admin"
version = "0.9.0"
version = "0.9.1"

[dependencies]
anyhow = { version = "1.0", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-common"
version = "0.9.0"
version = "0.9.1"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-core"
version = "0.9.0"
version = "0.9.1"

[dependencies]
warpgate-common = { version = "*", path = "../warpgate-common" }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-database-protocols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate-database-protocols"
version = "0.9.0"
version = "0.9.1"
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-db-entities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-entities"
version = "0.9.0"
version = "0.9.1"

[dependencies]
chrono = { version = "0.4", default_features = false, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-db-migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-migrations"
publish = false
version = "0.9.0"
version = "0.9.1"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-http"
version = "0.9.0"
version = "0.9.1"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-mysql"
version = "0.9.0"
version = "0.9.1"

[dependencies]
warpgate-common = { version = "*", path = "../warpgate-common" }
Expand Down
2 changes: 1 addition & 1 deletion warpgate-protocol-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-ssh"
version = "0.9.0"
version = "0.9.1"

[dependencies]
ansi_term = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-sso/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-sso"
version = "0.9.0"
version = "0.9.1"

[dependencies]
bytes = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion warpgate-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate-web"
version = "0.9.0"
version = "0.9.1"

[dependencies]
rust-embed = "6.3"
Expand Down
2 changes: 1 addition & 1 deletion warpgate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "Apache-2.0"
name = "warpgate"
version = "0.9.0"
version = "0.9.1"

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit 7e260e8

Please sign in to comment.