Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 2.72 KB

changelog.rst

File metadata and controls

109 lines (70 loc) · 2.72 KB

Changelog

Version 0.1.9

Released on March 13, 2024.

  • Test against Python 3.12.
  • Drop support for Python 3.7.

Version 0.1.8

Released on February 11, 2023.

  • Test against Python 3.10, 3.11.

Version 0.1.7

Released on February 10, 2021.

  • Publish to PyPI via Github Actions.

Version 0.1.6

Released on February 10, 2021.

  • Dropped support for Python 2 and Pypy
  • Declare this extension safe for parallel reading
  • Migrate to Github Actions for CI [:issue:`28`, :pull:`32` by Langston Barrett]
  • Test against recent versions of Sphinx [:issue:`33`, :pull:`32` by Langston Barrett]
  • Format source code with Black [:issue:`30`, :pull:`32` by Langston Barrett]
  • Add documentation to the sdist [:issue:`26`, :pull:`32` by Langston Barrett]
  • Fixed unwanted <blockquote> tags in multi-line command descriptions that are indented to match surrounding code. [:pull:`21` by dgw]

Version 0.1.5

Released on May 15, 2018.

  • New :groups: option to render argument groups. [by Lukas Atkinson]

Version 0.1.4

Released on February 27, 2018.

Version 0.1.3

Released on October 7, 2016.

Version 0.1.2

Released on August 18, 2015.

Version 0.1.1

Released on April 22, 2014.

  • Omit metavars of store_const/store_true/store_false options.
  • Sort subcommands in alphabetical order if Python 2.6 which doesn't have :class:`collections.OrderedDict`.

Version 0.1.0

Released on March 2, 2014. The first release.