Skip to content

Commit d2911d5

Browse files
committed
0.9.4
1 parent fc25475 commit d2911d5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 0.9.4 (2023-08-04)
4+
5+
Small bugfix release
6+
7+
- Fix a bug with simple queries (ones with only static values) that contained multiple repeated columns
8+
(such as `SELECT 'hello' AS menu_item, 'world' AS menu_item`). Only the last column would be taken into account.
9+
This could manifest as a bug where
10+
- only the last menu item in the shell component would be displayed,
11+
- only the last markdown column in a table would be interpreted as markdown,
12+
- only the last icon column in a table would be displayed as an icon.
13+
314
## 0.9.3 (2023-08-03)
415

516
- Icons are now loaded directly from the sqlpage binary instead of loading them from a CDN.

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "sqlpage"
3-
version = "0.9.3"
3+
version = "0.9.4"
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"]

0 commit comments

Comments
 (0)