Skip to content

Commit d06e624

Browse files
chore: bump version to 0.10.2
1 parent 1bcc9f1 commit d06e624

4 files changed

Lines changed: 34 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 32 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.10.1"
3+
version = "0.10.2"
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
@@ -145,7 +145,7 @@ Add to your `Cargo.toml`:
145145

146146
```toml
147147
[dependencies]
148-
sqlglot-rust = "0.10.1"
148+
sqlglot-rust = "0.10.2"
149149
```
150150

151151
### 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.10.1"
28+
sqlglot-rust = "0.10.2"
2929
```
3030

3131
Then run:

0 commit comments

Comments
 (0)