Skip to content

Commit 11ee65e

Browse files
chore: bump version to 0.9.35
1 parent 3e6bd03 commit 11ee65e

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 25 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlglot-rust"
3-
version = "0.9.34"
3+
version = "0.9.35"
44
edition = "2024"
55
description = "A SQL parser, optimizer, and transpiler library inspired by Python's sqlglot"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Add to your `Cargo.toml`:
101101

102102
```toml
103103
[dependencies]
104-
sqlglot-rust = "0.9.28"
104+
sqlglot-rust = "0.9.35"
105105
```
106106

107107
### Parse and generate SQL

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add `sqlglot-rust` to your project's `Cargo.toml`:
2525

2626
```toml
2727
[dependencies]
28-
sqlglot-rust = "0.9.28"
28+
sqlglot-rust = "0.9.35"
2929
```
3030

3131
Then run:

0 commit comments

Comments
 (0)