File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Notable changes are documented in this file.
44
5+ ## 0.3.3 (04/02/2021)
6+
7+ - Fixed windows filepath completion [ #32 ] ( https://github.com/kazhala/InquirerPy/issues/32 )
8+
59## 0.3.2 (28/01/2021)
610
711- Added exact match option for fuzzy prompt [ #34 ] ( https://github.com/kazhala/InquirerPy/issues/34 )
Original file line number Diff line number Diff line change 66project = "InquirerPy"
77copyright = "2021, Kevin Zhuang"
88author = "Kevin Zhuang"
9- version = "0.3.2 "
9+ version = "0.3.3 "
1010release = version
1111
1212extensions = [
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " InquirerPy"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44description = " Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
55authors = [" Kevin Zhuang <kevin7441@gmail.com>" ]
66maintainers = [" Kevin Zhuang <kevin7441@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments