From 2345646b86166aa31c0345d74b5c0e23d0963d09 Mon Sep 17 00:00:00 2001 From: GBS3 <70548443+GBS3@users.noreply.github.com> Date: Sun, 6 Jun 2021 16:38:12 -0500 Subject: [PATCH] New release: v0.3.0 --- CHANGELOG.md | 12 ++++++++++++ cues/__version__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86cac0..aeaaf24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cues/__version__.py b/cues/__version__.py index f5bf02d..ff0f534 100644 --- a/cues/__version__.py +++ b/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.'