py_spring_core v0.0.4 Release Notes
Version: v0.0.4
Release Date: 2024-10-03
Changelog:
New Additions:
- PyPI Publishing Workflow: Implemented and added the PyPI publishment workflow. This introduces an automated publishing process to facilitate easier deployments to PyPI.
Packaging Refactor:
- Package Renamed: The project structure has been refactored, and the package was renamed from
py_spring
topy_spring_core
.- Deleted unused files and directories, including
py_spring/__init__.py
. - Updated the dynamic versioning in
py_spring_core/__init__.py
by referencing__version__
. - Moved and renamed relevant files to the
py_spring_core
module.
- Deleted unused files and directories, including
Initial Version:
- The initial version for the
py_spring_core
package has been set to0.0.4
.
Notes:
This release primarily focuses on project restructuring, packaging adjustments, and the introduction of the PyPI publishment workflow. No new features have been added, but there is a clearer organization for future development and a more efficient release process.