Skip to content

Commit 4327daa

Browse files
committed
Prepare version 0.1.11
1 parent d805c69 commit 4327daa

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.1.10"
15+
version = "0.1.11"
1616
edition = "2021"
1717
license = "MIT"
1818
authors = ["polyglot contributors"]

crates/polyglot-sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ serde_json = { workspace = true }
7777
thiserror = { workspace = true }
7878
unicode-segmentation = { workspace = true }
7979
ts-rs = { version = "12.0", features = ["serde-compat"], optional = true }
80-
polyglot-sql-function-catalogs = { path = "../polyglot-sql-function-catalogs", version = "0.1.10", optional = true, default-features = false }
80+
polyglot-sql-function-catalogs = { path = "../polyglot-sql-function-catalogs", version = "0.1.11", optional = true, default-features = false }
8181

8282
[dev-dependencies]
8383
pretty_assertions = "1.4"

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyglot-sql/documentation",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyglot-sql/playground",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/python-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyglot-sql/python-docs",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polyglot-sql/sdk",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "SQL dialect translator powered by WebAssembly",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)