We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021850c commit cdeaeacCopy full SHA for cdeaeac
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.2.2
2
+
3
+## Fixes
4
5
+* Fixed bug in `Form` cue that would use the fields' messages instead of their names when creating the response dict
6
+* Improved test coverage
7
8
# v0.2.1
9
10
## Fixes
cues/__version__.py
@@ -1,5 +1,5 @@
__title__ = 'cues'
-__version__ = '0.2.1'
+__version__ = '0.2.2'
__author__ = 'Giovanni Salinas'
__author_email__ = 'gbs3@protonmail.com'
__description__ = 'Elegant and sophisticated prompts to inquire and ask questions at the command line.'
0 commit comments