File tree 2 files changed +10
-3
lines changed 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
### Changed
9
9
10
10
### Added
11
- - Added impls to make ByteArray and Nullable work with serde_valid
12
11
13
12
### Fixed
14
13
14
+ ## [ 6.3.0] - 2023-06-30
15
+ ### Added
16
+ - Support validation via ` serde_valid ` for ByteArray and Nullable
17
+
18
+ ### Fixed
19
+ - Fix clippy warnings for Rust 1.70
20
+
15
21
## [ 6.2.1] - 2022-07-13
16
22
### Fixed
17
23
- Fixed build when using ` --features uds `
@@ -195,7 +201,8 @@ No changes. We now think we've got enough to declare this crate stable.
195
201
## [ 0.5.0] - 2017-09-18
196
202
- Start of changelog.
197
203
198
- [ Unreleased ] : https://github.com/Metaswitch/swagger-rs/compare/6.2.1...HEAD
204
+ [ Unreleased ] : https://github.com/Metaswitch/swagger-rs/compare/6.3.0...HEAD
205
+ [ 6.3.0 ] : https://github.com/Metaswitch/swagger-rs/compare/6.2.1...6.3.0
199
206
[ 6.2.1 ] : https://github.com/Metaswitch/swagger-rs/compare/6.2.0...6.2.1
200
207
[ 6.2.0 ] : https://github.com/Metaswitch/swagger-rs/compare/6.1.1...6.2.0
201
208
[ 6.1.1 ] : https://github.com/Metaswitch/swagger-rs/compare/6.1.0...6.1.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " swagger"
3
- version = " 6.2.1 "
3
+ version = " 6.3.0 "
4
4
authors = [" Metaswitch Networks Ltd" ]
5
5
license = " Apache-2.0"
6
6
description = " A set of common utilities for Rust code generated by swagger-codegen"
You can’t perform that action at this time.
0 commit comments