Skip to content

Commit 1c2265a

Browse files
committed
Release plain-sessions 0.27.0
1 parent c885499 commit 1c2265a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

plain-sessions/plain/sessions/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# plain-sessions changelog
22

3+
## [0.27.0](https://github.com/dropseed/plain/releases/plain-sessions@0.27.0) (2025-08-27)
4+
5+
### What's changed
6+
7+
- The toolbar panel for sessions has been moved to the new `plain.toolbar` package. A new `SessionToolbarPanel` is now available in `plain.sessions.toolbar` ([e49d54b](https://github.com/dropseed/plain/commit/e49d54bfea162424c73e54bf7ed87e93442af899))
8+
- The README has been significantly expanded with comprehensive documentation including usage examples, configuration options, and installation instructions ([4ebecd1](https://github.com/dropseed/plain/commit/4ebecd1856f96afc09a2ad6887224ae94b1a7395))
9+
- Updated the package description to "Database-backed sessions for managing user state across requests" ([4ebecd1](https://github.com/dropseed/plain/commit/4ebecd1856f96afc09a2ad6887224ae94b1a7395))
10+
11+
### Upgrade instructions
12+
13+
- No changes required
14+
315
## [0.26.1](https://github.com/dropseed/plain/releases/plain-sessions@0.26.1) (2025-07-23)
416

517
### What's changed

plain-sessions/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.sessions"
3-
version = "0.26.1"
3+
version = "0.27.0"
44
description = "Database-backed sessions for managing user state across requests."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
readme = "README.md"

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)