Releases: Lazarus-org/api-response-shaper
Releases · Lazarus-org/api-response-shaper
v1.1.0
✨ Features
- chore(python): Add support for Python 3.13 and drop support for Python 3.8. (8fead45)
- Updated the project configuration to support Python 3.13 while removing compatibility with Python 3.8.
- This change ensures compatibility with the latest Python release and removes support for outdated versions.
- Closes #24.
🐛 Bug Fixes
- fix(tests): Update required PYTHON_VERSION for running tests. (7094071)
- Modified test constants to reflect the new required Python version (3.13) for running tests.
- Ensured test compatibility with Python 3.13 for smoother CI/CD pipelines.
🔀 Merged
v1.0.0
- 🎉initial Release