Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Whitehouse <[email protected]>
  • Loading branch information
richardwhiuk committed Feb 1, 2022
1 parent 714a6c4 commit 3dc594b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Fixed

## [6.1.1] - 2022-02-01
### Fixed
- Remove private, unused dependency on `chrono`

Expand Down Expand Up @@ -182,7 +185,8 @@ No changes. We now think we've got enough to declare this crate stable.
## [0.5.0] - 2017-09-18
- Start of changelog.

[Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/6.1.0...HEAD
[Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/6.1.1...HEAD
[6.1.1]: https://github.com/Metaswitch/swagger-rs/compare/6.1.0...6.1.1
[6.1.0]: https://github.com/Metaswitch/swagger-rs/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/Metaswitch/swagger-rs/compare/5.1.0...6.0.0
[5.1.0]: https://github.com/Metaswitch/swagger-rs/compare/5.0.2...5.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swagger"
version = "6.1.0"
version = "6.1.1"
authors = ["Metaswitch Networks Ltd"]
license = "Apache-2.0"
description = "A set of common utilities for Rust code generated by swagger-codegen"
Expand Down

0 comments on commit 3dc594b

Please sign in to comment.