1.0.0-alpha.11

This commit is contained in:
Graham Esau 2024-08-24 14:38:55 +01:00
parent df06fc5f66
commit 26366d112d
6 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [1.0.0-alpha.11] - 2024-08-24
### Changed
- Values in `#[doc = ...]` and `#[schemars(description = ..., title = ...)]` attributes may now be any arbitrary expression rather than just string literals. (https://github.com/GREsau/schemars/issues/204 / https://github.com/GREsau/schemars/pull/327)
- ⚠️ MSRV is now 1.65 ⚠️
## [1.0.0-alpha.10] - 2024-08-22
### Fixed