plain.dev 0.37.0__py3-none-any.whl → 0.39.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plain/dev/AGENTS.md +3 -0
- plain/dev/CHANGELOG.md +20 -0
- plain/dev/core.py +1 -1
- {plain_dev-0.37.0.dist-info → plain_dev-0.39.0.dist-info}/METADATA +1 -1
- {plain_dev-0.37.0.dist-info → plain_dev-0.39.0.dist-info}/RECORD +8 -7
- {plain_dev-0.37.0.dist-info → plain_dev-0.39.0.dist-info}/WHEEL +0 -0
- {plain_dev-0.37.0.dist-info → plain_dev-0.39.0.dist-info}/entry_points.txt +0 -0
- {plain_dev-0.37.0.dist-info → plain_dev-0.39.0.dist-info}/licenses/LICENSE +0 -0
plain/dev/AGENTS.md
ADDED
plain/dev/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# plain-dev changelog
|
2
2
|
|
3
|
+
## [0.39.0](https://github.com/dropseed/plain/releases/plain-dev@0.39.0) (2025-09-30)
|
4
|
+
|
5
|
+
### What's changed
|
6
|
+
|
7
|
+
- The `plain dev` command now sets both `PLAIN_LOG_LEVEL` and `PLAIN_FRAMEWORK_LOG_LEVEL` environment variables when a log level is specified, replacing the previous `APP_LOG_LEVEL` setting ([4c5f216](https://github.com/dropseed/plain/commit/4c5f2166c1))
|
8
|
+
|
9
|
+
### Upgrade instructions
|
10
|
+
|
11
|
+
- No changes required
|
12
|
+
|
13
|
+
## [0.38.0](https://github.com/dropseed/plain/releases/plain-dev@0.38.0) (2025-09-30)
|
14
|
+
|
15
|
+
### What's changed
|
16
|
+
|
17
|
+
- Added an `AGENTS.md` file with package-specific agent instructions for the `plain dev logs` command ([5841a3f](https://github.com/dropseed/plain/commit/5841a3fb0b))
|
18
|
+
|
19
|
+
### Upgrade instructions
|
20
|
+
|
21
|
+
- No changes required
|
22
|
+
|
3
23
|
## [0.37.0](https://github.com/dropseed/plain/releases/plain-dev@0.37.0) (2025-09-29)
|
4
24
|
|
5
25
|
### What's changed
|
plain/dev/core.py
CHANGED
@@ -70,8 +70,8 @@ class DevProcess(ProcessManager):
|
|
70
70
|
}
|
71
71
|
|
72
72
|
if log_level:
|
73
|
+
self.plain_env["PLAIN_FRAMEWORK_LOG_LEVEL"] = log_level.upper()
|
73
74
|
self.plain_env["PLAIN_LOG_LEVEL"] = log_level.upper()
|
74
|
-
self.plain_env["APP_LOG_LEVEL"] = log_level.upper()
|
75
75
|
|
76
76
|
self.custom_process_env = {
|
77
77
|
**self.plain_env,
|
@@ -1,9 +1,10 @@
|
|
1
|
-
plain/dev/
|
1
|
+
plain/dev/AGENTS.md,sha256=WOrdXNog-K3tXm1D_f6ZyyXi_amBGQ2gviKGaW8qtxA,101
|
2
|
+
plain/dev/CHANGELOG.md,sha256=rPVPfp2s_EqcC5fv8DLOMM4THYXx33Nb_DhUip7SvYg,6789
|
2
3
|
plain/dev/README.md,sha256=wsDVPGfvVG1k3CTf-SsGnzvHukhKrwRMgThYHMpdXSc,4802
|
3
4
|
plain/dev/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
4
5
|
plain/dev/alias.py,sha256=LWG01nUzu_4FFwg0jAVie7fwEwOiZD_6Q3xs7Krmjoo,4944
|
5
6
|
plain/dev/cli.py,sha256=HbN1Lc7Wfs5JC1iKUyIqin2m9UF0Iyirg4b4JLXBbOo,8501
|
6
|
-
plain/dev/core.py,sha256=
|
7
|
+
plain/dev/core.py,sha256=TNSvZaMTbw7p1Yp_wsALOnnNONZO2sonfiWz8-447tk,11508
|
7
8
|
plain/dev/debug.py,sha256=Ka84K8zUdF0kMYNyqiLYDrdzU1jU8LSOkts3hcw_Gok,1005
|
8
9
|
plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
|
9
10
|
plain/dev/entrypoints.py,sha256=diqNwA6eydUMtoO7p_rH-DtSYsw5-GBmjFe1Z5bHagc,579
|
@@ -24,8 +25,8 @@ plain/dev/poncho/printer.py,sha256=1LhaQx55ujxmo-SSwQtzsh0bO6HL5q2_kiA0jLWEB-o,2
|
|
24
25
|
plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2637
|
25
26
|
plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
26
27
|
plain/dev/precommit/cli.py,sha256=eAqe7rQGKJRbsICLrAabvNtRyTmWHkRo8XDo7I1DTkc,3285
|
27
|
-
plain_dev-0.
|
28
|
-
plain_dev-0.
|
29
|
-
plain_dev-0.
|
30
|
-
plain_dev-0.
|
31
|
-
plain_dev-0.
|
28
|
+
plain_dev-0.39.0.dist-info/METADATA,sha256=INSm-z2jH8AGVmbGU-rYwj4kf3y-fcrEUEnfRWmXpEc,5304
|
29
|
+
plain_dev-0.39.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
30
|
+
plain_dev-0.39.0.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
|
31
|
+
plain_dev-0.39.0.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
|
32
|
+
plain_dev-0.39.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|