Skip to content

Commit 8ccca5c

Browse files
committed
Release 6.3.0
Signed-off-by: Richard Whitehouse <[email protected]>
1 parent 3478bd6 commit 8ccca5c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Changed
99

1010
### Added
11-
- Added impls to make ByteArray and Nullable work with serde_valid
1211

1312
### Fixed
1413

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+
1521
## [6.2.1] - 2022-07-13
1622
### Fixed
1723
- Fixed build when using `--features uds`
@@ -195,7 +201,8 @@ No changes. We now think we've got enough to declare this crate stable.
195201
## [0.5.0] - 2017-09-18
196202
- Start of changelog.
197203

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
199206
[6.2.1]: https://github.com/Metaswitch/swagger-rs/compare/6.2.0...6.2.1
200207
[6.2.0]: https://github.com/Metaswitch/swagger-rs/compare/6.1.1...6.2.0
201208
[6.1.1]: https://github.com/Metaswitch/swagger-rs/compare/6.1.0...6.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swagger"
3-
version = "6.2.1"
3+
version = "6.3.0"
44
authors = ["Metaswitch Networks Ltd"]
55
license = "Apache-2.0"
66
description = "A set of common utilities for Rust code generated by swagger-codegen"

0 commit comments

Comments
 (0)