Skip to content

Commit a9237ce

Browse files
committed
Release plain-dev 0.33.1
1 parent b8452ba commit a9237ce

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

plain-dev/plain/dev/CHANGELOG.md

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

3+
## [0.33.1](https://github.com/dropseed/plain/releases/plain-dev@0.33.1) (2025-07-18)
4+
5+
### What's changed
6+
7+
- Dev services are no longer automatically started when running in CI environments unless explicitly enabled with `PLAIN_DEV_SERVICES_AUTO=true` ([b8452bae74](https://github.com/dropseed/plain/commit/b8452bae74))
8+
- The `plain dev logs` command now skips automatic service startup to avoid conflicts ([ff65428bca](https://github.com/dropseed/plain/commit/ff65428bca))
9+
10+
### Upgrade instructions
11+
12+
- No changes required
13+
314
## [0.33.0](https://github.com/dropseed/plain/releases/plain-dev@0.33.0) (2025-07-18)
415

516
### What's changed

plain-dev/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.dev"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
description = "Local development tools for Plain."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
license = "BSD-3-Clause"

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)