Skip to content

Commit 0b983d9

Browse files
committed
Release plain-admin 0.55.0
1 parent d0abbcc commit 0b983d9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

plain-admin/plain/admin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# plain-admin changelog
22

3+
## [0.55.0](https://github.com/dropseed/plain/releases/plain-admin@0.55.0) (2025-11-14)
4+
5+
### What's changed
6+
7+
- Date range dropdowns now correctly compare enum values instead of enum instances when resolving aliases ([3b49eb0](https://github.com/dropseed/plain/commit/3b49eb0258))
8+
9+
### Upgrade instructions
10+
11+
- No changes required
12+
313
## [0.54.0](https://github.com/dropseed/plain/releases/plain-admin@0.54.0) (2025-11-12)
414

515
### What's changed

plain-admin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.admin"
3-
version = "0.54.0"
3+
version = "0.55.0"
44
description = "Manage your app with a backend interface."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)