Skip to content

Commit d261e11

Browse files
committed
New release: v0.2.1
1 parent b11a158 commit d261e11

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.2.1
2+
3+
## Fixes
4+
5+
* Improved coverage for `Confirm` cue
6+
* Added `canvas.py` module
7+
* Added test for `canvas.py` module
8+
* Rewrote `Form` cue
9+
* Should behave much better now (no more flashing!)
10+
* Can now use left and right arrow keys
11+
* Can now use Backspace/Delete key
12+
* Begun gradual switch to NumPy-styled docstrings
13+
114
# v0.2.0
215

316
## Features

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.0'
2+
__version__ = '0.2.1'
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)