Skip to content

Commit fed19ad

Browse files
committed
Bump version -> v1.0.0 🎉
1 parent 6c119c3 commit fed19ad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ project endeavours to adhere to `Semantic Versioning`_.
66

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

9+
1.0.0 -- 2017-04-01
10+
-------------------
11+
12+
- ADDED: Automatically suppress colouring when the STDOUT is not a TTY.
13+
- ADDED: Honcho now exposes a HONCHO_PROCESS_NAME environment variable to its
14+
child processes which contains the name of the process (e.g. ``web.1``,
15+
``worker.2``, etc.)
16+
- ADDED: All subcommands now support ``--no-colour`` and ``--no-prefix`` options
17+
to suppress ANSI coloured output and the logging prefix, respectively.
18+
- CHANGED: The Upstart configuration generated by the Upstart exporter no longer
19+
creates a log directory to which to send process output, in favour of relying
20+
on Upstart's built-in job logging support (present since at least Upstart
21+
1.4).
22+
923
0.7.1 -- 2016-04-13
1024
-------------------
1125

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.1'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)