Skip to content

Commit a88b1e4

Browse files
committed
Bumped version to 0.31.0
1 parent 21cbde0 commit a88b1e4

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## Version [0.31.0](https://github.com/smithyhq/sqladmin/releases/tag/0.31.0): 2026-08-06
10+
11+
### Added
12+
13+
* [Feature] add `where` option in `form_ajax_refs` by @maxim-f1 in [#1101](https://github.com/smithyhq/sqladmin/pull/1101)
14+
* feat: add per-page template context hooks (#942) by @mmzeynalli in [#1104](https://github.com/smithyhq/sqladmin/pull/1104)
15+
* feat: add JSONEditorField for editing JSON columns (#1025) by @mmzeynalli in [#1105](https://github.com/smithyhq/sqladmin/pull/1105)
16+
* feat: add pluggable audit logging backends (#710) by @mmzeynalli in [#1106](https://github.com/smithyhq/sqladmin/pull/1106)
17+
* feat: add new type for `column_(detail_)formatters` by @mmzeynalli in [#1108](https://github.com/smithyhq/sqladmin/pull/1108)
18+
19+
### Changed
20+
21+
* docs: update README by @aminalaee in [#1110](https://github.com/smithyhq/sqladmin/pull/1110)
22+
* build(deps-dev): update uv-build requirement from <0.12.0,>=0.9.17 to >=0.9.17,<0.13.0 by @dependabot[bot] in [#1115](https://github.com/smithyhq/sqladmin/pull/1115)
23+
* build(deps-dev): bump types-wtforms from 3.2.1.20260408 to 3.2.1.20260518 by @dependabot[bot] in [#1117](https://github.com/smithyhq/sqladmin/pull/1117)
24+
* build(deps-dev): bump mypy from 2.1.0 to 2.3.0 by @dependabot[bot] in [#1118](https://github.com/smithyhq/sqladmin/pull/1118)
25+
* build(deps-dev): bump phonenumbers from 9.0.34 to 9.0.35 by @dependabot[bot] in [#1119](https://github.com/smithyhq/sqladmin/pull/1119)
26+
* build(deps-dev): bump sqlmodel from 0.0.38 to 0.0.39 by @dependabot[bot] in [#1116](https://github.com/smithyhq/sqladmin/pull/1116)
27+
28+
### Fixed
29+
30+
* fix: mark custom `BaseView` menu items active on their own page (#956) by @mmzeynalli in [#1103](https://github.com/smithyhq/sqladmin/pull/1103)
31+
* fix: make hidden textareas non-required by @mmzeynalli in [#1107](https://github.com/smithyhq/sqladmin/pull/1107)
32+
* fix: collapse category menu correctly by @mmzeynalli in [#1109](https://github.com/smithyhq/sqladmin/pull/1109)
33+
34+
**Full Changelog**: [0.30.0...0.31.0](https://github.com/smithyhq/sqladmin/compare/0.30.0...0.31.0)
35+
936
## Version [0.30.0](https://github.com/smithyhq/sqladmin/releases/tag/0.30.0): 2026-07-28
1037

1138
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module-root = ""
88

99
[project]
1010
name = "sqladmin"
11-
version = "0.30.0"
11+
version = "0.31.0"
1212
description = 'SQLAlchemy admin for FastAPI and Starlette'
1313
readme = "README.md"
1414
requires-python = ">=3.10"

uv.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.

0 commit comments

Comments
 (0)