Skip to content

Commit

Permalink
Release 1.10.0 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Jul 15, 2021
1 parent 58ca3d6 commit f852f48
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/pages/changelog.rst
Expand Up @@ -4,6 +4,21 @@
Changelog
*********

1.10.0 (2021-07-10)
###################

* Use direct image URLs in ``README.md``.
* Switched to ``poetry-core``.
* Relax Python version constraint.
* Add ``pointer`` option to ``checkbox`` and ``select``.
* Change enter instruction for multiline input.
* Removed unnecessary Poetry includes.
* Minor updates to documentation.
* Added additional unit tests.
* Added ``use_arrow_keys`` and ``use_jk_keys`` options to ``checkbox``.
* Added ``use_jk_keys`` and ``show_selected`` options to ``select``.
* Fix highlighting bug when using ``default`` parameter for ``select``.

1.9.0 (2020-12-20)
##################

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "questionary"
version = "1.9.0"
version = "1.10.0"
description = "Python library to build pretty command line user prompts ⭐️"
authors = [ "Tom Bocklisch <tombocklisch@gmail.com>",]
maintainers = [ "Tom Bocklisch <tombocklisch@gmail.com>", "Kian Cross <kian@kiancross.co.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion questionary/version.py
@@ -1 +1 @@
__version__ = "1.9.0"
__version__ = "1.10.0"

0 comments on commit f852f48

Please sign in to comment.