Skip to content

Commit 8af6317

Browse files
committed
Release 2.0.0
1 parent 9593bfd commit 8af6317

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.rst

+16-3
Original file line numberDiff line numberDiff 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

1629
1.1.0 -- 2021-10-30
1730
-------------------

0 commit comments

Comments
 (0)