Skip to content

Commit

Permalink
0.3.2-alpha.7: support boolean array and name for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Jul 5, 2023
1 parent fe1b38a commit 47df7f4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx-cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "connectorx-cpp"
version = "0.3.2-alpha.6"
version = "0.3.2-alpha.7"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions connectorx-python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Weiyuan Wu <[email protected]>"]
edition = "2018"
name = "connectorx-python"
version = "0.3.2-alpha.6"
version = "0.3.2-alpha.7"
license = "MIT"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
maintainers = ["Weiyuan Wu <[email protected]>"]
name = "connectorx"
readme = "README.md" # Markdown files are supported
version = "0.3.2-alpha.6"
version = "0.3.2-alpha.7"

[project]
name = "connectorx" # Target file name of maturin build
Expand Down
2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "connectorx"
readme = "../README.md"
repository = "https://github.com/sfu-db/connector-x"
version = "0.3.2-alpha.6"
version = "0.3.2-alpha.7"

[dependencies]
anyhow = "1"
Expand Down

0 comments on commit 47df7f4

Please sign in to comment.