Skip to content

Commit d775a6f

Browse files
committed
update dependencies
1 parent 5469b42 commit d775a6f

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG.md
22

3+
## 0.9.2 (2023-08-01)
4+
5+
- Added support for more SQL data types. This notably fixes an issue with the display of datetime columns in tables.
6+
- See: https://github.com/lovasoa/SQLpage/issues/41
7+
- Updated dependencies, better SQL drivers
8+
39
## 0.9.1 (2023-07-30)
410

511
- Fix issues with the new experimental mssql driver.

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlpage"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
edition = "2021"
55
description = "A SQL-only web application framework. Takes .sql files and formats the query result using pre-made configurable professional-looking components."
66
keywords = ["web", "sql", "framework"]
@@ -46,4 +46,4 @@ actix-web-httpauth = "0.8.0"
4646
rand = "0.8.5"
4747

4848
[build-dependencies]
49-
ureq = "2.7.0"
49+
ureq = "2.7.1"

0 commit comments

Comments
 (0)