Skip to content

Releases: Diapolo10/5G00EV17-3001_unit-testing

Release v1.0.4

02 Nov 09:11
17a66d0
Compare
Choose a tag to compare

[1.0.4] - 2023-11-02

Updated dependencies, and updated Tox configuration to fix coverage
report generation.

Changed

  • Updated dependencies
  • Updated localisation files

Fixed

  • Coverage report generation via Tox was broken, this update
    fixes that by changing how Tox is configured.

Release v1.0.3

03 Oct 07:52
91981ed
Compare
Choose a tag to compare

[1.0.3] - 2023-10-03

Updated dependencies, moved source code to src, made Ruff rules stricter,
and fixed outdated Makefile.

Added

  • Added new rules for Ruff
  • Added hash support for the Date class

Changed

  • Moved the source code files under src to better match accepted best
    practices
  • Updated outdated links in CHANGELOG.md
  • Updated dependencies
  • Updated localisation files

Fixed

  • Fixed Makefile's linting (it was still using pyproject-flake8
    instead of Ruff)
  • Various linter fixes
  • README.md had an old version number for Python, this is now fixed

Release v1.0.2

24 Feb 21:25
c0ff0aa
Compare
Choose a tag to compare

[1.0.2] - 2023-02-24

This update adds a missing py.typed file, and updates dependencies.

Added

  • py.typed

Changed

  • Fixed some wording in README.md
  • Updated dependencies
  • Updated localisation files

[1.0.1] Additional test cases

12 Apr 11:01
Compare
Choose a tag to compare

[1.0.1] - 2022-04-12

This update adds some additional test cases for corner cases, improves
type hinting, and adds missing docstrings.

Added

  • More docstrings
  • More test cases
  • Documentation is now linked in README.md

Changed

  • Improved type hinting
  • Updated localisation files

[v1.0.0] First Release

30 Mar 12:19
Compare
Choose a tag to compare

[1.0.0] - 2022-03-30

This is the initial version of the project.

Added

  • Example project featuring a Date class
  • Unit tests
  • Coverage reports
  • Documentation for installation and unit tests

Changed

  • Updated localisation files

Fixed

  • Linter errors

Removed

  • Dread

Security

  • Project has Snyk scanning enabled