Skip to content

Releases: hugovk/norwegianblue

0.25.0

Choose a tag to compare

@github-actionsgithub-actions released this 30 Jun 14:38
c60fa32

Changed

  • Use 2.2x faster PrettyTable for HTML output (#290) @hugovk
  • Use 2.3x faster PrettyTable for reStructuredText (#304) @hugovk
  • Use 2.3x faster PrettyTable for CSV & TSV output (#291) @hugovk
  • Use 1.7x faster PyYAML for YAML output (#305) @hugovk
  • Replace logging with print and defer json for faster import (#307) @hugovk

0.24.1

Choose a tag to compare

@github-actionsgithub-actions released this 09 Jan 15:10
158f72b

Fixed

0.24.0

Choose a tag to compare

@github-actionsgithub-actions released this 29 Dec 13:01

Added

Changed

0.23.0

Choose a tag to compare

@github-actionsgithub-actions released this 15 Oct 14:11
6293f72

Added

Changed

Removed

0.22.0

Choose a tag to compare

@github-actionsgithub-actions released this 08 May 17:18
73df98b

Added

0.21.0

Choose a tag to compare

@github-actionsgithub-actions released this 27 Mar 15:26
a470894

Added

  • Create hyperlinks for pretty, Markdown, reStructuredText and HTML output (#243) @hugovk
  • Suggest the correct choice when invalid (Python 3.14+) (#234) @hugovk

Changed

  • Replace deprecated classifier with licence expression (PEP 639) (#241) @hugovk

Removed

  • Only create PyPI digital attestations (PEP 740) and not GitHub attestations (#240) @hugovk

0.20.0

Choose a tag to compare

@github-actionsgithub-actions released this 17 Nov 21:01
186340a

Added

  • Use format=None to return raw Python data structure (#232) @hugovk
  • Add support for Python 3.14 (#233) @hugovk

Fixed

  • Replace deprecated PrettyTable constants with enums (#229) @hugovk

0.19.0

Choose a tag to compare

@github-actionsgithub-actions released this 17 Oct 18:37
042a3ab

Added

  • Generate digital attestations for PyPI (PEP 740) (#225) @hugovk

Changed

0.18.0

Choose a tag to compare

@github-actionsgithub-actions released this 31 Aug 18:12
5c58e1a

Added

Changed

  • Generate __version__ at build to avoid slow importlib.metadata import (#218) @hugovk

Fixed

0.17.0

Choose a tag to compare

@github-actionsgithub-actions released this 14 Feb 21:32

Added

Fixed