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.
🐛 Bug Fixes
- **Import Fixes:**
- Updated `override` import to ensure compatibility across different Python versions.
---
[Full Changelog](https://github.com/adriamontoto/value-object-pattern/commits/v2025.01.03)