1.0.0-alpha.13

This commit is contained in:
Graham Esau 2024-08-27 19:27:42 +01:00
parent d7ff81de96
commit 1c47af475f
6 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [1.0.0-alpha.13] - 2024-08-27
### Fixed
- Fix compile errors when using `#[validate(regex(path = *expr))]` attribute
## [1.0.0-alpha.12] - 2024-08-27
### Fixed