Skip to content

Releases: pyveci/verlib2

v0.3.1

11 Feb 20:05
Compare
Choose a tag to compare

What's changed?

  • Fixed packaging

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Feb 19:53
Compare
Choose a tag to compare

What's Changed

  • Added original distutils/version.py from Python 3.11.11.
    Because some custom version implementations derive from it,
    it is a good idea to have it around for Python 3.12 and higher.
  • Fixed verlib2.__version__, now using importlib.metadata.

Details

  • Add original distutils/version.py from Python 3.11.11 by @amotl in #59
  • Fix verlib2.__version__, now using importlib.metadata by @amotl in #60
  • This and that by @amotl in #62

Full Changelog: v0.2.1...v0.3.0

v0.2.1

11 Feb 19:19
Compare
Choose a tag to compare

What's Changed

  • Maintenance release including a minor change about a mypy
    admonition left operand of "and" is always true, ca3fb2d.

Details

  • Chore: Format pyproject.toml by @amotl in #8
  • Chore(deps-dev): Bump mypy from 1.6 to 1.6.1 by @dependabot in #9
  • Chore(deps-dev): Bump ruff from 0.0.292 to 0.1.3 by @dependabot in #10
  • Chore(deps-dev): Bump mypy from 1.6.1 to 1.7.1 by @dependabot in #11
  • Chore(deps-dev): Update pyproject-fmt requirement from <1.4 to <1.6 by @dependabot in #12
  • Chore(deps-dev): Bump ruff from 0.1.3 to 0.1.6 by @dependabot in #13
  • Chore(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #14
  • Chore(deps-dev): Bump ruff from 0.1.6 to 0.1.9 by @dependabot in #15
  • Chore(deps-dev): Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #16
  • Chore(deps): Update pytest requirement from <8 to <9 by @dependabot in #18
  • Chore(deps-dev): Update black requirement from <23 to <25 by @dependabot in #19
  • Chore(deps-dev): Bump ruff from 0.1.9 to 0.1.15 by @dependabot in #20
  • Chore(deps-dev): Update pyproject-fmt requirement from <1.6 to <1.8 by @dependabot in #21
  • Chore(deps-dev): Update validate-pyproject requirement from <0.16 to <0.17 by @dependabot in #22
  • Chore(deps-dev): Bump ruff from 0.1.15 to 0.3.0 by @dependabot in #23
  • Chore(deps-dev): Update twine requirement from <5 to <6 by @dependabot in #24
  • Chore(deps): Update pytest-cov requirement from <5 to <6 by @dependabot in #27
  • Chore(deps-dev): Bump ruff from 0.3.0 to 0.3.4 by @dependabot in #25
  • Chore(deps-dev): Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #26
  • Chore(deps): Update pyproject-fmt requirement from <1.8 to <1.9 by @dependabot in #30
  • Chore(deps): Update validate-pyproject requirement from <0.17 to <0.19 by @dependabot in #31
  • Chore(deps): Update pyproject-fmt requirement from <1.9 to <2.2 by @dependabot in #32
  • Chore: Update mypy and ruff by @amotl in #35
  • Chore(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #17
  • Chore: Rename GitHub organization from panodata to pyveci by @amotl in #36
  • Chore: Update ruff by @amotl in #38
  • Chore(deps): Update pyproject-fmt requirement from <2.2 to <2.3 by @dependabot in #39
  • Chore(deps): Update mypy requirement from <1.11 to <1.12 by @dependabot in #40
  • Chore(deps): Update validate-pyproject requirement from <0.19 to <0.21 by @dependabot in #43
  • Chore(deps): Update ruff requirement from <0.6 to <0.7 by @dependabot in #42
  • Chore: Format pyproject.toml by @amotl in #44
  • Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #52
  • Update dependencies 2024-12 by @amotl in #53
  • Chore(deps): Update twine requirement from <6 to <7 by @dependabot in #55
  • Chore(deps): Update ruff requirement from <0.9 to <0.10 by @dependabot in #56
  • Chore(deps): Update black requirement from <25 to <26 by @dependabot in #57
  • Chore(deps): Update mypy requirement from <1.12 to <1.15 by @dependabot in #54
  • CI: Verify support on Python 3.13 by @amotl in #58

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Oct 19:11
Compare
Choose a tag to compare

What's Changed

  • Add version property for backward-compatibility with distutils.version by @amotl in #7

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Oct 01:07
Compare
Choose a tag to compare

What's Changed

First release. Derived from packaging.version.

Full Changelog: https://github.com/panodata/verlib2/commits/v0.1.0