Releases: jenisys/parse_type
Releases · jenisys/parse_type
v0.6.6
v0.6.5
- README: Remove "downloads" badge -- too noisy
- setup.py/pyproject.toml: Update, correct and tweaks
- tests: Fix file permissions.
develop:
- CI: Use actions/checkout@v5 (was: v4)
- CI: Use astral-sh/setup-uv action
- CI: Add python 3.14.0-rc.1 (as experimental python version).
v0.6.4
BASELINE_2024-08-31
- Test balloon for CI workflow
v0.6.3
UPDATE TO: parse v1.20.2
- UPDATE: parse_type/parse.py
- Copy structured test suite to "tests/parse_tests/"
- Copy structured test suite to "tests/parse_tests_with_parse_type"
- REMOVE: tests/test_parse.py
OTHERWISE:
- README: Fix compact display of BADGES (was using multi-line)
DEVELOPMENT:
- CI: Add support for Python 3.12
v0.6.2
v0.6.1
- Switch to MIT license (same as: parse module)
- Use SPDX-License-Identifier in source code (to simplify understanding)
- UPDATE/SYNC to parse v1.19.1
- ADDED:
pyproject.tomlto support newerpipversions
REASON:setup.pybecomes DEPRECATED in 2023-09 for newerpipversions.
FIXED:
- Issue #19: 0.6.0: pytest is failing in two units (caused by: parse v1.19.1)
- Issue #1: Licensing confusion
DEVELOPMENT:
- VCS: Renamed default branch of Git repository to "main" (was: "master").
- CI: Use github-actions as CI pipeline.