v1.0.0
tek-githubbot-1010
released this
27 Aug 18:55
·
292 commits
to main
since this release
v1.0.0 (2024-08-27)
Added
- Added a reusable workflow to check the Python API for breaking changes:
check-api-for-breaking-changes.yml
- Added a reusable workflow to perform CodeQL analysis:
codeql-analysis.yml
- Added a reusable workflow to enforce Open-Source community standards:
enforce-community-standards.yml
- Added a reusable workflow to build a Python package:
package-build.yml
- Added a reusable workflow to upload a Python package to TestPyPI:
package-testpypi.yml
- Added a reusable workflow to publish API comparison results as a Pull Request comment:
publish-api-comparison.yml
- Added a reusable workflow to publish test results as a Pull Request comment:
publish-test-results.yml
- Added a reusable workflow to create a Software Bill of Materials (SBOM) and scan it:
sbom-scan.yml
- Added a reusable workflow to run tests and linting against Python package code:
test-code.yml
- Added a reusable workflow to run documentation builds and tests for a Python package:
test-docs.yml
- Added a reusable workflow to update Python and
pre-commit
dependencies:update-python-and-pre-commit-dependencies.yml