CHANGELOG.md in stateful_models-0.0.2 vs CHANGELOG.md in stateful_models-0.0.3
- old
+ new
@@ -11,9 +11,20 @@
### Changed
- Refactored base state functionality into `HasStates::Base`
- Updated `add_state` method to support custom state classes
- Improved test coverage for inheritance and custom state types
-## [0.1.0] - 2024-12-21
+## [0.0.3] - 2024-01-14
+
+- Adding current_state method
+- Adding DB indexes for state lookups
+- Adding query methods for state types on stateable (`stateable.state_type` and `stateable.state_types`)
+
+## [0.0.2] - 2024-12-23
+
+- Added test coverage
+- Refactor of State model into a inheritable Base class
+
+## [0.0.1] - 2024-12-21
- Initial release
- See READme.md