Releases: jenisys/parse_type
Releases · jenisys/parse_type
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.toml
to support newerpip
versions
REASON:setup.py
becomes DEPRECATED in 2023-09 for newerpip
versions.
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.