Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@NFUChen NFUChen released this 03 Oct 04:35
· 42 commits to main since this release

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 to py_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.

Initial Version:

  • The initial version for the py_spring_core package has been set to 0.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.