We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d79b2 commit 2acddd6Copy full SHA for 2acddd6
CHANGES
@@ -1,3 +1,8 @@
1
+0.3.5
2
+=====
3
+Fixing a bug with the ``--trace`` option, which outputs a traceback if an
4
+exception occurs.
5
+
6
0.3.4
7
=====
8
Commands will now work if the type annotation of an argument is missing - in
targ/__init__.py
@@ -19,7 +19,7 @@
19
20
from .format import Color, format_text, get_underline
21
22
-__VERSION__ = "0.3.4"
+__VERSION__ = "0.3.5"
23
24
25
# If an annotation is one of these values, we will convert the string value
0 commit comments