v0.8.12
This commit is contained in:
parent
9dc816fafc
commit
386e3d7f5a
6 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.8.12] - 2023-02-26
|
||||
### Added:
|
||||
- Implement `JsonSchema` for `smol_str::SmolStr` (https://github.com/GREsau/schemars/pull/72)
|
||||
|
||||
### Changed:
|
||||
- Change `serde_json` dependency min version to 1.0.25 (was 1.0.0) (https://github.com/GREsau/schemars/pull/192)
|
||||
|
||||
## [0.8.11] - 2022-10-02
|
||||
### Added:
|
||||
- Replace auto-inferred trait bounds with bounds specified in `#[schemars(bound = "...")]` attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue