Skip to content

Commit

Permalink
New release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giosali committed Jun 6, 2021
1 parent 4d21d94 commit 2345646
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.3.0

## Features

* Added a new cue: the `Password` cue
* Added tests for the `Password` cue
* Added documentation for the `Password` cue

## Fixes

* Fixed documentation mistakes for instatiating from `dict`s for several cues

# v0.2.2

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion cues/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'cues'
__version__ = '0.2.2'
__version__ = '0.3.0'
__author__ = 'Giovanni Salinas'
__author_email__ = '[email protected]'
__description__ = 'Elegant and sophisticated prompts to inquire and ask questions at the command line.'
Expand Down

0 comments on commit 2345646

Please sign in to comment.