Skip to content

Commit b8d1669

Browse files
committed
update dependencies
1 parent ae6fb95 commit b8d1669

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG.md
22

3-
## unreleased
3+
## 0.15.1
44

55
- Many improvements in the [`form`](https://sql.ophir.dev/documentation.sql?component=form#component) component
66
- Multiple form fields can now be aligned on the same line using the `width` attribute.

Cargo.lock

Lines changed: 26 additions & 26 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.15.0"
3+
version = "0.15.1"
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)