1.0.0-alpha.4

This commit is contained in:
Graham Esau 2024-08-17 16:20:51 +01:00
parent 0af8f50086
commit 3c9e49d161
6 changed files with 15 additions and 7 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [1.0.0-alpha.4] - 2024-08-17
### Fixed
- Reduce size of MIR output (and improve release-mode compile time) when deriving `JsonSchema` involving applying schema metadata
- Fix `flatten`ing of `serde_json::Value`
- Use absolute import for `Result` in derive output, ignoring any locally imported types called `Result` (https://github.com/GREsau/schemars/pull/307)
## [1.0.0-alpha.3] - 2024-08-10
### Added