Skip to content

Commit

Permalink
0.31.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 19, 2024
1 parent c881aaf commit ad1e792
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
+ `sea-query`/`0.31.0-rc.5`: 2024-04-14
+ `sea-query`/`0.31.0-rc.6`: 2024-05-03
+ `sea-query`/`0.31.0-rc.7`: 2024-06-02
+ `sea-query`/`0.31.0-rc.8`: 2024-06-19
+ `sea-query-binder`/`0.6.0-rc.1`: 2024-01-31
+ `sea-query-binder`/`0.6.0-rc.2`: 2024-04-14
+ `sea-query-rusqlite`/`0.6.0-rc.1`: 2024-02-19
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"]

[package]
name = "sea-query"
version = "0.31.0-rc.7"
version = "0.31.0-rc.8"
authors = [
"Chris Tsang <[email protected]>",
"Billy Chan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sea-query-attr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ darling = { version = "0.14", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0.31.0-rc.4", path = ".." }
sea-query = { version = "0.31.0-rc.8", path = ".." }
strum = { version = "0.25", features = ["derive"] }
2 changes: 1 addition & 1 deletion sea-query-binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0-rc.4", path = "..", default-features = false, features = ["thread-safe"] }
sea-query = { version = "0.31.0-rc.8", path = "..", default-features = false, features = ["thread-safe"] }
sqlx = { version = "<0.7.5", default-features = false, optional = true }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = { version = "1.0", default-features = false }

[dev-dependencies]
trybuild = "1.0"
sea-query = { version = "0.31.0-rc.4", path = ".." }
sea-query = { version = "0.31.0-rc.8", path = ".." }
strum = { version = "0.25", features = ["derive"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion sea-query-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0-rc.4", path = "..", default-features = false }
sea-query = { version = "0.31.0-rc.8", path = "..", default-features = false }
diesel = { version = "2.1.1", features = [
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0-rc.4", path = "..", default-features = false }
sea-query = { version = "0.31.0-rc.8", path = "..", default-features = false }
postgres-types = { version = "0.2", default-features = false }
bytes = { version = "1", default-features = false }
rust_decimal = { version = "1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-rbatis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0-rc.4", path = "..", default-features = false, features = ["thread-safe"] }
sea-query = { version = "0.31.0-rc.8", path = "..", default-features = false, features = ["thread-safe"] }
rbs = { version = "4.3.1" }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4", default-features = false, optional = true, features = [ "clock"] }
Expand Down
2 changes: 1 addition & 1 deletion sea-query-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.31.0-rc.4", path = "..", default-features = false }
sea-query = { version = "0.31.0-rc.8", path = "..", default-features = false }
rusqlite = { version = "0.31" }

[features]
Expand Down

0 comments on commit ad1e792

Please sign in to comment.