Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 1, 2023
1 parent 5469b42 commit d775a6f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## 0.9.2 (2023-08-01)

- Added support for more SQL data types. This notably fixes an issue with the display of datetime columns in tables.
- See: https://github.com/lovasoa/SQLpage/issues/41
- Updated dependencies, better SQL drivers

## 0.9.1 (2023-07-30)

- Fix issues with the new experimental mssql driver.
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlpage"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
description = "A SQL-only web application framework. Takes .sql files and formats the query result using pre-made configurable professional-looking components."
keywords = ["web", "sql", "framework"]
Expand Down Expand Up @@ -46,4 +46,4 @@ actix-web-httpauth = "0.8.0"
rand = "0.8.5"

[build-dependencies]
ureq = "2.7.0"
ureq = "2.7.1"

0 comments on commit d775a6f

Please sign in to comment.