Skip to content

Commit cdeaeac

Browse files
committed
New release: v0.2.2
1 parent 021850c commit cdeaeac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# v0.2.1
29

310
## Fixes

cues/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'cues'
2-
__version__ = '0.2.1'
2+
__version__ = '0.2.2'
33
__author__ = 'Giovanni Salinas'
44
__author_email__ = 'gbs3@protonmail.com'
55
__description__ = 'Elegant and sophisticated prompts to inquire and ask questions at the command line.'

0 commit comments

Comments
 (0)