Skip to content

Commit 2345646

Browse files
committed
New release: v0.3.0
1 parent 4d21d94 commit 2345646

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
# v0.2.2
214

315
## 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.2'
2+
__version__ = '0.3.0'
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)