Skip to content

Releases: Diapolo10/python-ms

Release v1.1.1

23 Oct 18:36
813ff1b

Choose a tag to compare


[1.1.1] - 2024-10-23

Switched to using dynamic versioning, and moved py.typed to the right place.
Also removed certain unnecessary files.

Changed

  • Updated dependencies
  • Switched project to use dynamic versioning
  • Updated README.md and removed references to pylint and flake8

Fixed

  • Moved py.typed so mypy actually finds it

Release v1.1.0

28 May 21:23
e0c0710

Choose a tag to compare


[1.1.0] - 2023-05-29

Fixed a potential catastrophic backtracking vulnerability with a regular
expression used to parse strings in the package.

Changed

  • Updated dependencies
  • Replaced Pylint and Flake8 with Ruff

Fixed

  • Fixed miscellaneous linting issues

Security

  • A regular expression used to parse strings was found to have a potential
    catastrophic backtracking vulnerability; this was fixed by replacing the
    regex with a non-vulnerable variant

Release refs/tags/v1.0.2

09 Feb 04:13

Choose a tag to compare


[1.0.2] - 2023-02-09

Updated dependencies, metadata files, and GitHub Actions workflows.

Added

  • Added automated GitHub release builds
  • Added Dependabot auto-updates
  • Added CODEOWNERS

Changed

  • Updated wording from American English to British English, because we have
    our dignity
  • Releases are now made from tags instead of merges

Fixed

  • Fixed a broken coverage option

v1.0.1

20 Dec 02:33

Choose a tag to compare

[1.0.1] - 2022-12-20

A bunch of small fixes.

Added

  • Added keywords to PyPI

Changed

  • Updated development status to stable

Fixed

  • Fixed Makefile

Removed

  • The source code link was unnecessary

v1.0.0

20 Dec 01:40

Choose a tag to compare

[1.0.0] - 2022-12-20

This update fixes a handful of things, readying the package for official
release.

Added

  • Badges to README.md

Changed

  • Updated GitHub Actions workflows to use newer versions

Fixed

  • Swapped Ellipsis for pass in the hopes of getting coverage reports ignore
    them