Skip to content

Commit 7a72d2b

Browse files
committed
Release plain 0.67.0
1 parent c665e5d commit 7a72d2b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

plain/plain/CHANGELOG.md

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

3+
## [0.67.0](https://github.com/dropseed/plain/releases/plain@0.67.0) (2025-09-22)
4+
5+
### What's changed
6+
7+
- `ALLOWED_HOSTS` now defaults to `[]` (empty list) which allows all hosts, making it easier for development setups ([d3cb7712b9](https://github.com/dropseed/plain/commit/d3cb7712b9))
8+
- Empty `ALLOWED_HOSTS` in production now triggers a preflight error instead of a warning to ensure proper security configuration ([d3cb7712b9](https://github.com/dropseed/plain/commit/d3cb7712b9))
9+
10+
### Upgrade instructions
11+
12+
- No changes required
13+
314
## [0.66.0](https://github.com/dropseed/plain/releases/plain@0.66.0) (2025-09-22)
415

516
### What's changed

plain/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"
3-
version = "0.66.0"
3+
version = "0.67.0"
44
description = "A web framework for building products with Python."
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)