We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b85ee commit ca6aff5Copy full SHA for ca6aff5
CHANGELOG.rst
@@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_.
6
7
.. _Semantic Versioning: http://semver.org/
8
9
+0.7.1 -- 2016-04-13
10
+-------------------
11
+
12
+- FIXED: Honcho now correctly pays attention to the ``-f`` argument when
13
+ provided before a command, fixing a regression introduced in the previous
14
+ version. Thanks to Marc Krull for reporting and fixing.
15
16
0.7.0 -- 2016-04-10
17
-------------------
18
honcho/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.7.0'
+__version__ = '0.7.1'
0 commit comments