v2025.01.03
Pre-release
Pre-release
adriamontoto
released this
03 Jan 21:02
·
42 commits
to master
since this release
Changelog
✨ Features
- Value Object Implementation:
- Implemented a simple
ValueObject
class. - Developed unit tests for
ValueObject
class. - Added tests for
__eq__
,__hash__
,__str__
, and__repr__
methods.
- Implemented a simple
🐛 Bug Fixes
- Import Fixes:
- Updated
override
import to ensure compatibility across different Python versions.
- Updated