We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d21d94 commit 2345646Copy full SHA for 2345646
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# v0.3.0
2
+
3
+## Features
4
5
+* Added a new cue: the `Password` cue
6
+* Added tests for the `Password` cue
7
+* Added documentation for the `Password` cue
8
9
+## Fixes
10
11
+* Fixed documentation mistakes for instatiating from `dict`s for several cues
12
13
# v0.2.2
14
15
## Fixes
cues/__version__.py
@@ -1,5 +1,5 @@
__title__ = 'cues'
-__version__ = '0.2.2'
+__version__ = '0.3.0'
__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