Releases: mojnomiya/steadfast-python
Releases · mojnomiya/steadfast-python
Release 0.3.0
[0.3.0] - 2026-01-28
Added
- Markdown support in Sphinx documentation via myst-parser
- Test initialization example for SDK validation
- Production credentials in .env file for testing
Fixed
- Class name corrected from SteadastClient to SteadfastClient throughout codebase
- Sphinx documentation build warnings resolved
- GitHub Actions artifact upload action updated to v4
- Badge URLs fixed to use correct GitHub Actions workflow paths
Changed
- Documentation build no longer treats warnings as errors
- Removed non-existent _static path from Sphinx configuration
Release 0.2.0
[0.2.0] - 2024-01-16
Added
- ReadTheDocs integration for automatic documentation publishing
- Sphinx documentation with RTD theme
- GitHub Actions workflow for building and publishing documentation
- Comprehensive API reference documentation
- Installation guide with troubleshooting
- Status badges in README (Tests, Publish, PyPI, Python versions, License, Documentation)
- Trusted Publisher support for PyPI (OIDC authentication)
- Manual workflow trigger for publishing
Changed
- Updated package name to
steadfast-pythonon PyPI - Updated all documentation to reference correct package name
- Improved README with status badges
- Commented out development installation instructions (private repository)
Fixed
- PyPI Trusted Publisher configuration for secure automated publishing
- Documentation build configuration for ReadTheDocs