Releases: Diapolo10/python-ms
Releases · Diapolo10/python-ms
Release v1.1.1
[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.mdand removed references topylintandflake8
Fixed
- Moved
py.typedsomypyactually finds it
Release v1.1.0
[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
[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
v1.0.0
[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
Ellipsisforpassin the hopes of getting coverage reports ignore
them