File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Fixed
1111
12+ ## [ 7.0.0] - 2025-11-12
13+ ### Changed
14+ - See [ 7.0.0-rc3] , [ 7.0.0-rc2] , and [ 7.0.0-rc1] for changes leading up to 7.0.0.
15+
1216## [ 7.0.0-rc3] - 2025-09-16
1317### Fixed
1418- Replace usage of ` serde ` ` __private ` module with ` serde-value ` crate to avoid breakage after ` serde ` 1.0.220.
@@ -233,7 +237,8 @@ No changes. We now think we've got enough to declare this crate stable.
233237## [ 0.5.0] - 2017-09-18
234238- Start of changelog.
235239
236- [ Unreleased ] : https://github.com/Metaswitch/swagger-rs/compare/7.0.0-rc3...HEAD
240+ [ Unreleased ] : https://github.com/Metaswitch/swagger-rs/compare/7.0.0...HEAD
241+ [ 7.0.0 ] : https://github.com/Metaswitch/swagger-rs/compare/7.0.0-rc3...7.0.0
237242[ 7.0.0-rc3 ] : https://github.com/Metaswitch/swagger-rs/compare/7.0.0-rc2...7.0.0-rc3
238243[ 7.0.0-rc2 ] : https://github.com/Metaswitch/swagger-rs/compare/7.0.0-rc1...7.0.0-rc2
239244[ 7.0.0-rc1 ] : https://github.com/Metaswitch/swagger-rs/compare/6.5.0...7.0.0-rc1
Original file line number Diff line number Diff line change 11[package ]
22name = " swagger"
3- version = " 7.0.0-rc3 "
3+ version = " 7.0.0"
44authors = [" Metaswitch Networks Ltd" ]
55license = " Apache-2.0"
66description = " A set of common utilities for Rust code generated by OpenAPI Generator"
You can’t perform that action at this time.
0 commit comments