File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,25 @@ project endeavours to adhere to `Semantic Versioning`_.
66
77.. _Semantic Versioning : http://semver.org/
88
9- Recent changes
10- --------------
9+ 2.0.0 -- 2024-10-06
10+ -------------------
1111
1212* CHANGED: You can use the ``PROCFILE `` OS environment variable to configure the
1313 name of the Procfile.
14- * CHANGED: Python 3.6 is no longer a supported environment.
14+ * CHANGED: Python 3.6 and 3.7 are no longer supported environments.
15+ * CHANGED: Python 3.11, 3.12, 3.13 are now supported environments. Thank you to
16+ Jace Browning and Marco Carvalho who each submitted fixes to enable this.
17+ * CHANGED: PyPy 3.7 and 3.8 are no longer supported environments.
18+ * CHANGED: PyPy 3.9, 3.10 are now supported environments.
19+ * FIXED: The systemd exporter now correctly sets ``Wants `` for the process group
20+ master targets. Thank you to Dan Berg for the fix.
21+ * CHANGED: The systemd exporter sets ``WantedBy=multi-user.target `` for
22+ individual services so that they start automatically on most systems.
23+ Processes also log to the ``journal `` by default. Thank you to Dan Berg for
24+ the contributions.
25+
26+ Thank you also to the following for contributions improving Honcho's
27+ documentation: @timgates42, @rafrafek, @sblondon, and @Bernardoow.
1528
16291.1.0 -- 2021-10-30
1730-------------------
You can’t perform that action at this time.
0 commit comments