Skip to content

Commit

Permalink
Bump version -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Apr 10, 2016
1 parent 9ba365d commit fd951c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,25 @@ project endeavours to adhere to `Semantic Versioning`_.

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

Unreleased
----------
0.7.0 -- 2016-04-10
-------------------

* ADDED: Honcho can now export to a `runit <http://smarden.org/runit/>`_ service
directory.
* ADDED: You can now specify the location of the Procfile with a ``PROCFILE``
environment variable.
* ADDED: Python 3.5 is now a supported environment.
* CHANGED: Python 3.0, 3.1, and 3.2 are no longer supported environments.
* FIXED: The ``run`` command now correctly parses commands which include the
``--`` "end of arguments" separator.
* FIXED: Honcho no longer fails to load ``.env`` files if the Procfile is not in
the application directory.
* FIXED: ANSI colour codes from running programs can no longer interfere with
Honcho's output.
* FIXED: Export of environment variables containing special characters no longer
breaks the Upstart exporter.
* FIXED: The supervisord exporter now correctly escapes the % symbol in commands
and environment variable values.

0.6.6 -- 2015-03-16
-------------------
Expand Down
2 changes: 1 addition & 1 deletion honcho/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.6'
__version__ = '0.7.0'

0 comments on commit fd951c6

Please sign in to comment.