Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Feb 12, 2025
1 parent 76fec7c commit 376ce30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog


## 0.12.0 - 2025-02-12

- Bumped `rusqlite` to 0.33 (sqlite 3.48.0)
- MSRV is now Rust 1.82

## 0.11.0 - 2024-07-28

### Bumped
Expand Down
2 changes: 1 addition & 1 deletion turbosql-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0 OR CC0-1.0"
name = "turbosql-impl"
repository = "https://github.com/trevyn/turbosql"
rust-version = "1.82"
version = "0.11.0"
version = "0.12.0"

[lib]
proc-macro = true
Expand Down
4 changes: 2 additions & 2 deletions turbosql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name = "turbosql"
readme = "README.md"
repository = "https://github.com/trevyn/turbosql"
rust-version = "1.82"
version = "0.11.0"
version = "0.12.0"

[dependencies]
turbosql-impl = {path = "../turbosql-impl", version = "=0.11.0"}
turbosql-impl = {path = "../turbosql-impl", version = "=0.12.0"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
directories-next = "2.0.0"
Expand Down

0 comments on commit 376ce30

Please sign in to comment.