Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 19:51
· 17 commits to main since this release

What's Changed

Changes to .github/workflows/ci.yml

  • Modified Python version matrix in CI workflow:
    • Now supports ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

Changes to Dockerfile

  • Updated package installation:
    • Added bat to the list of packages to be installed.
    • Created a symbolic link for batcat to /usr/local/bin/bat.

Changes to README.md

  • Fixed local pip install instructions
    • Changed pip install . to PDM_BUILD_SCM_VERSION="$(git describe --abbrev=0)-dev" pip install ..
    • Added a new section for testing all supported Python versions using Docker.

Changes to pdm.lock

  • Several lib bumpts

Changes to pyproject.toml

  • Modified the requires-python field:
    • Changed from >=3.11 to >=3.8.
  • Updated the classifiers section to include Python down to python 3.8

Changes to src/bypass_url_parser/__init__.py

  • Changed the method of fetching resource files within the package:
    • Replaced pkg_resources with importlib.resources.
    • BugFix : Now uses context manager for resolving the resource path.

Full Changelog: v0.4.0...v0.4.1