plain.dev 0.39.1__py3-none-any.whl → 0.40.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # plain-dev changelog
2
2
 
3
+ ## [0.40.0](https://github.com/dropseed/plain/releases/plain-dev@0.40.0) (2025-10-10)
4
+
5
+ ### What's changed
6
+
7
+ - Updated documentation to reference `plain-jobs` instead of the deprecated `plain-worker` package name ([24219856e0](https://github.com/dropseed/plain/commit/24219856e0))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
3
13
  ## [0.39.1](https://github.com/dropseed/plain/releases/plain-dev@0.39.1) (2025-10-06)
4
14
 
5
15
  ### What's changed
plain/dev/README.md CHANGED
@@ -61,7 +61,7 @@ postgres = {cmd = "docker run --name app-postgres --rm -p 54321:5432 -v $(pwd)/.
61
61
 
62
62
  #### Custom processes
63
63
 
64
- Unlike [services](#services), custom processes are _only_ run during `plain dev`. This is a good place to run something like [ngrok](https://ngrok.com/) or a [Plain worker](../../../plain-worker), which you might need to use your local site, but don't need running for executing tests, for example.
64
+ Unlike [services](#services), custom processes are _only_ run during `plain dev`. This is a good place to run something like [ngrok](https://ngrok.com/) or a [Plain job worker](../../../plain-jobs), which you might need to use your local site, but don't need running for executing tests, for example.
65
65
 
66
66
  ```toml
67
67
  # pyproject.toml
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.dev
3
- Version: 0.39.1
3
+ Version: 0.40.0
4
4
  Summary: A single command that runs everything you need for local development.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -78,7 +78,7 @@ postgres = {cmd = "docker run --name app-postgres --rm -p 54321:5432 -v $(pwd)/.
78
78
 
79
79
  #### Custom processes
80
80
 
81
- Unlike [services](#services), custom processes are _only_ run during `plain dev`. This is a good place to run something like [ngrok](https://ngrok.com/) or a [Plain worker](../../../plain-worker), which you might need to use your local site, but don't need running for executing tests, for example.
81
+ Unlike [services](#services), custom processes are _only_ run during `plain dev`. This is a good place to run something like [ngrok](https://ngrok.com/) or a [Plain job worker](../../../plain-jobs), which you might need to use your local site, but don't need running for executing tests, for example.
82
82
 
83
83
  ```toml
84
84
  # pyproject.toml
@@ -1,6 +1,6 @@
1
1
  plain/dev/AGENTS.md,sha256=WOrdXNog-K3tXm1D_f6ZyyXi_amBGQ2gviKGaW8qtxA,101
2
- plain/dev/CHANGELOG.md,sha256=HVtwNySq8qLPr8OZ9--oxhVuBCenMNIrZ6P055GYl1A,7116
3
- plain/dev/README.md,sha256=wsDVPGfvVG1k3CTf-SsGnzvHukhKrwRMgThYHMpdXSc,4802
2
+ plain/dev/CHANGELOG.md,sha256=kjmnnEvKldQqcWf6ClZM87zICFehEnipO9bbBashXdM,7445
3
+ plain/dev/README.md,sha256=St3qIxoC2MJmR9UscN3skBR7w6XyrZm6BcDQ1-Kbwio,4804
4
4
  plain/dev/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
5
5
  plain/dev/alias.py,sha256=ADIcT1zJIG0GM8RxowxOLlfPN_5xGAYV1X_wvf7V_gs,5010
6
6
  plain/dev/cli.py,sha256=pXwg1fkKxVViLkvCn_POmNQBLr31gN0BFstPjdp54MU,8841
@@ -25,8 +25,8 @@ plain/dev/poncho/printer.py,sha256=Nq4WTMOVPeHPhlQ-v4LoMunqjnWl0CoVBEgW_L6WoAY,3
25
25
  plain/dev/poncho/process.py,sha256=DASNqlbx9sQ59zCsTqEUsVbsCE6L8NfCNdG3OK0IKrg,2947
26
26
  plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
27
27
  plain/dev/precommit/cli.py,sha256=nGF80AHy9GAV92LoA2YzSYtPulZaVgJrY7uh8XfwwNY,3333
28
- plain_dev-0.39.1.dist-info/METADATA,sha256=SNIxWkSadrcS1RG79vQeP5yUEvaKeYAcHC1uijbtv7o,5304
29
- plain_dev-0.39.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- plain_dev-0.39.1.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
31
- plain_dev-0.39.1.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
32
- plain_dev-0.39.1.dist-info/RECORD,,
28
+ plain_dev-0.40.0.dist-info/METADATA,sha256=HnFYnEWpU4KrJ6A-rTpN_ikbIZvhrU9wRK7Q2GR1i5A,5306
29
+ plain_dev-0.40.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ plain_dev-0.40.0.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
31
+ plain_dev-0.40.0.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
32
+ plain_dev-0.40.0.dist-info/RECORD,,