plain 0.62.0__py3-none-any.whl → 0.62.1__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/CHANGELOG.md +12 -0
- {plain-0.62.0.dist-info → plain-0.62.1.dist-info}/METADATA +1 -1
- {plain-0.62.0.dist-info → plain-0.62.1.dist-info}/RECORD +6 -6
- {plain-0.62.0.dist-info → plain-0.62.1.dist-info}/WHEEL +0 -0
- {plain-0.62.0.dist-info → plain-0.62.1.dist-info}/entry_points.txt +0 -0
- {plain-0.62.0.dist-info → plain-0.62.1.dist-info}/licenses/LICENSE +0 -0
plain/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# plain changelog
|
2
2
|
|
3
|
+
## [0.62.1](https://github.com/dropseed/plain/releases/plain@0.62.1) (2025-09-09)
|
4
|
+
|
5
|
+
### What's changed
|
6
|
+
|
7
|
+
- Added clarification about `app_logger.kv` removal to 0.62.0 changelog ([106636f](https://github.com/dropseed/plain/commit/106636fca6))
|
8
|
+
|
9
|
+
### Upgrade instructions
|
10
|
+
|
11
|
+
- No changes required
|
12
|
+
|
3
13
|
## [0.62.0](https://github.com/dropseed/plain/releases/plain@0.62.0) (2025-09-09)
|
4
14
|
|
5
15
|
### What's changed
|
@@ -7,10 +17,12 @@
|
|
7
17
|
- Complete rewrite of logging settings and AppLogger with improved formatters and debug capabilities ([ea7c953](https://github.com/dropseed/plain/commit/ea7c9537e3))
|
8
18
|
- Added `app_logger.debug_mode()` context manager to temporarily change log level ([f535459](https://github.com/dropseed/plain/commit/f53545f9fa))
|
9
19
|
- Minimum Python version updated to 3.13 ([d86e307](https://github.com/dropseed/plain/commit/d86e307efb))
|
20
|
+
- Removed `app_logger.kv` in favor of context kwargs ([ea7c953](https://github.com/dropseed/plain/commit/ea7c9537e3))
|
10
21
|
|
11
22
|
### Upgrade instructions
|
12
23
|
|
13
24
|
- Make sure you are using Python 3.13 or higher
|
25
|
+
- Replace any `app_logger.kv.info("message", key=value)` calls with `app_logger.info("message", key=value)` or appropriate log level
|
14
26
|
|
15
27
|
## [0.61.0](https://github.com/dropseed/plain/releases/plain@0.61.0) (2025-09-03)
|
16
28
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
plain/AGENTS.md,sha256=5XMGBpJgbCNIpp60DPXB7bpAtFk8FAzqiZke95T965o,1038
|
2
|
-
plain/CHANGELOG.md,sha256=
|
2
|
+
plain/CHANGELOG.md,sha256=Fg4keirx_FEqTRzZxPZS4twy3lOjZ1OPpv6JHGHwi04,12970
|
3
3
|
plain/README.md,sha256=5BJyKhf0TDanWVbOQyZ3zsi5Lov9xk-LlJYCDWofM6Y,4078
|
4
4
|
plain/__main__.py,sha256=GK39854Lc_LO_JP8DzY9Y2MIQ4cQEl7SXFJy244-lC8,110
|
5
5
|
plain/debug.py,sha256=XdjnXcbPGsi0J2SpHGaLthhYU5AjhBlkHdemaP4sbYY,758
|
@@ -160,8 +160,8 @@ plain/views/forms.py,sha256=ESZOXuo6IeYixp1RZvPb94KplkowRiwO2eGJCM6zJI0,2400
|
|
160
160
|
plain/views/objects.py,sha256=v3Vgvdoc1s0QW6JNWWrO5XXy9zF7vgwndgxX1eOSQoE,4999
|
161
161
|
plain/views/redirect.py,sha256=Xpb3cB7nZYvKgkNqcAxf9Jwm2SWcQ0u2xz4oO5M3vP8,1909
|
162
162
|
plain/views/templates.py,sha256=oAlebEyfES0rzBhfyEJzFmgLkpkbleA6Eip-8zDp-yk,1863
|
163
|
-
plain-0.62.
|
164
|
-
plain-0.62.
|
165
|
-
plain-0.62.
|
166
|
-
plain-0.62.
|
167
|
-
plain-0.62.
|
163
|
+
plain-0.62.1.dist-info/METADATA,sha256=QNtr7cT8EyLNsOz00vcu8WDd_j-DNmS8AM2BkgKzdM8,4488
|
164
|
+
plain-0.62.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
165
|
+
plain-0.62.1.dist-info/entry_points.txt,sha256=nn4uKTRRZuEKOJv3810s3jtSMW0Gew7XDYiKIvBRR6M,93
|
166
|
+
plain-0.62.1.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
|
167
|
+
plain-0.62.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|