Skip to content

Commit fd951c6

Browse files
committed
Bump version -> 0.7.0
1 parent 9ba365d commit fd951c6

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.rst

+19-2
Original file line numberDiff line numberDiff 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

1229
0.6.6 -- 2015-03-16
1330
-------------------

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.6'
1+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)