add support for semver crate (#238)

---------

Co-authored-by: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com>
This commit is contained in:
Graham Esau 2023-08-27 20:00:36 +01:00 committed by GitHub
parent 1ac9d19a24
commit 0303f0334e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 65 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [0.8.13] - _in-dev_
### Added:
- Implement `JsonSchema` for `semver::Version` (https://github.com/GREsau/schemars/pull/195 / https://github.com/GREsau/schemars/pull/238)
### Changed:
- Minimum supported rust version is now 1.56.0