Skip to content

Releases: aboutcode-org/commoncode

v30.1.2 - 2022-04-29

29 Apr 14:31

Choose a tag to compare

This is a minor release with improved utilities and a more robust handling of Codebase with a single Resource

v30.1.1 - 2022-04-18

18 Apr 19:05

Choose a tag to compare

Version 30.1.1 (2022-04-18)

  • Remove usage of deprecated click.get_terminal_size().

v30.1.0 - 2022-04-05

05 Apr 21:29

Choose a tag to compare

Version 30.1.0 (2022-04-05)

  • Add warning field to commoncode.Codebase headers.
  • Add new functions get_jar_nv() and get_nupkg_nv() that accepts
    a filename of a JAR or nupkg and return a name/version tuple extracted
    using multiple heuristics.