Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 839 Bytes

CHANGELOG.rst

File metadata and controls

37 lines (30 loc) · 839 Bytes

Change Log

Next Release

2.0.0 (2022-05-29)

  • Switch to hexagonal architecture.
  • Switch to code organization inspired by Domain-Driven Design (DDD).
  • Implement a command line interface (CLI).
  • Implement a markdown table display.
  • Create a typed package.
  • Improve stylistic and type testing.

1.7.0 (2021-02-03)

  • Improve parsing of package information (#6).

1.6.0 (2020-10-11)

  • Switch to versioneer-518.
  • Remove pipdeptree and use importlib.metadata instead.
  • Support Python version 3.6 - 3.9.

1.5.1 (2019-02-17)

  • Improve internal quality control.

1.5.0 (2019-02-07)

  • Require a newer pipdeptree version.
  • Introduce black.
  • Fix parametrized test cases.
  • Update package configuration.