Skip to content

Commit b085340

Browse files
committed
v0.18.2
1 parent 89c955c commit b085340

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
## 0.18.2 (2024-01-29)
4+
5+
- Completes the 0.18.1 fix for the `chart` component: fix missing chart title.
6+
37
## 0.18.1 (2024-01-28)
48

59
- Fixes a bug introduced in 0.18.0 where the `chart` component would not respect its `height` attribute.

Cargo.lock

Lines changed: 5 additions & 5 deletions
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.18.1"
3+
version = "0.18.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"]

0 commit comments

Comments
 (0)