Skip to content

Commit dfac4ee

Browse files
authored
Prepare for release (#189)
Signed-off-by: David Steele <david.steele@alianza.com>
1 parent cd7b1b2 commit dfac4ee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 = "7.0.0-rc3"
3+
version = "7.0.0"
44
authors = ["Metaswitch Networks Ltd"]
55
license = "Apache-2.0"
66
description = "A set of common utilities for Rust code generated by OpenAPI Generator"

0 commit comments

Comments
 (0)