Skip to content

Commit d2292d2

Browse files
committed
Upgrade dependencies and update CHANGELOG
- Upgrade cc and clap - Upgrade libredox and redox_users - Upgrade rustls and serde_json - Upgrade tokio and toml - Upgrade biome to v2.1.3 - Update CHANGELOG.md to reflect the changes.
1 parent d81cd81 commit d2292d2

File tree

4 files changed

+56
-57
lines changed

4 files changed

+56
-57
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# CHANGELOG.md
22

3-
## unreleased
3+
## v0.36.0
44
- added support for the MONEY and SMALLMONEY types in MSSQL.
55
- include [math functions](https://sqlite.org/lang_mathfunc.html) in the builtin sqlite3 database.
6-
- update the SQL parser to [v0.57](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.57.0.md)
76
- the sqlpage binary can now help you create new empty migration files from the command line:
87
```
98
❯ ./sqlpage create-migration my_new_table
@@ -18,7 +17,7 @@
1817
- This allows easily creating a "log in page" that redirects to the OIDC provider.
1918
- See the [configuration](./configuration.md) for `oidc_protected_paths`
2019
- Chart component: accept numerical values passed as strings in pie charts.
21-
- updated sql parser: https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.58.0.md
20+
- updated sql parser: [v0.57](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.57.0.md) [v0.58](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.58.0.md)
2221
* **Postgres text search types**: allows `tsquery` and `tsvector` data types
2322
```sql
2423
SELECT 'OpenAI'::text @@ 'open:*'::tsquery;

Cargo.lock

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

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
44
"includes": [
55
"**",

package-lock.json

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

0 commit comments

Comments
 (0)