Skip to content

Commit

Permalink
added missing changelog & updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jun 15, 2023
1 parent 34587c7 commit ef6fa92
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. _changelog:

================
Change history
================

.. _version-0.3.0:

0.3.0
=====
:release-date: 15 Jun, 2023
:release-by: Asif Saif Uddin

- Drop Python 2 support, remove six.
- Uses PromptSession() class from prompt_toolkit instead of prompt() function (#63).
- Added filter for hidden commands and options (#86).
- Added click's autocompletion support (#88).
- Added tab-completion for Path and BOOL type arguments (#95).
- Added 'expand environmental variables in path' feature (#96).
- Delegate command dispatching to the actual group command.
- Updated completer class and tests based on new fix#92 (#102).
- Python 3.11 support.



.. _version-0.2.0:

0.2.0
=====
:release-date: 31 May, 2021
:release-by: untitaker

- Backwards compatibility between click 7 & 8
- support for click 8 changes
- Update tests to expect hyphens

0 comments on commit ef6fa92

Please sign in to comment.