Skip to content

Commit c3071f7

Browse files
committed
fix: correct release dates in CHANGELOG.md
- Fix v0.5.0 date: 2024-12-19 → 2025-10-08 (actual release date) - Fix v0.4.0 date: 2024-12-19 → 2025-10-06 (actual release date) - Other dates were already correct based on git tag history
1 parent 44a8754 commit c3071f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [0.5.0] - 2024-12-19
7+
## [0.5.0] - 2025-10-08
88

99
### Added
1010
- **Enhanced Numeric Coercion**: `IntValidator` and `FloatValidator` now coerce empty strings to 0/0.0 respectively
@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.
2828
- **Extensibility**: Universal transformation methods enable unlimited flexibility with external library integration
2929
- **Test Coverage**: Added 27 new tests across numeric, array, and type-aware transformation validators (103 total tests, 250 assertions)
3030

31-
## [0.4.0] - 2024-12-19
31+
## [0.4.0] - 2025-10-06
3232

3333
### Added
3434
- **Static Logical Combinators**: New static factory methods for advanced validation logic

0 commit comments

Comments
 (0)