File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,25 @@ project endeavours to adhere to `Semantic Versioning`_.
66
77.. _Semantic Versioning : http://semver.org/
88
9- Unreleased
10- ----------
9+ 0.7.0 -- 2016-04-10
10+ -------------------
11+
12+ * ADDED: Honcho can now export to a `runit <http://smarden.org/runit/ >`_ service
13+ directory.
14+ * ADDED: You can now specify the location of the Procfile with a ``PROCFILE ``
15+ environment variable.
16+ * ADDED: Python 3.5 is now a supported environment.
17+ * CHANGED: Python 3.0, 3.1, and 3.2 are no longer supported environments.
18+ * FIXED: The ``run `` command now correctly parses commands which include the
19+ ``-- `` "end of arguments" separator.
20+ * FIXED: Honcho no longer fails to load ``.env `` files if the Procfile is not in
21+ the application directory.
22+ * FIXED: ANSI colour codes from running programs can no longer interfere with
23+ Honcho's output.
24+ * FIXED: Export of environment variables containing special characters no longer
25+ breaks the Upstart exporter.
26+ * FIXED: The supervisord exporter now correctly escapes the % symbol in commands
27+ and environment variable values.
1128
12290.6.6 -- 2015-03-16
1330-------------------
Original file line number Diff line number Diff line change 1- __version__ = '0.6.6 '
1+ __version__ = '0.7.0 '
You can’t perform that action at this time.
0 commit comments