Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Oct 6, 2024
1 parent 9593bfd commit 8af6317
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,25 @@ project endeavours to adhere to `Semantic Versioning`_.

.. _Semantic Versioning: http://semver.org/

Recent changes
--------------
2.0.0 -- 2024-10-06
-------------------

* CHANGED: You can use the ``PROCFILE`` OS environment variable to configure the
name of the Procfile.
* CHANGED: Python 3.6 is no longer a supported environment.
* CHANGED: Python 3.6 and 3.7 are no longer supported environments.
* CHANGED: Python 3.11, 3.12, 3.13 are now supported environments. Thank you to
Jace Browning and Marco Carvalho who each submitted fixes to enable this.
* CHANGED: PyPy 3.7 and 3.8 are no longer supported environments.
* CHANGED: PyPy 3.9, 3.10 are now supported environments.
* FIXED: The systemd exporter now correctly sets ``Wants`` for the process group
master targets. Thank you to Dan Berg for the fix.
* CHANGED: The systemd exporter sets ``WantedBy=multi-user.target`` for
individual services so that they start automatically on most systems.
Processes also log to the ``journal`` by default. Thank you to Dan Berg for
the contributions.

Thank you also to the following for contributions improving Honcho's
documentation: @timgates42, @rafrafek, @sblondon, and @Bernardoow.

1.1.0 -- 2021-10-30
-------------------
Expand Down

0 comments on commit 8af6317

Please sign in to comment.