Skip to content

Commit

Permalink
Merge pull request #150 from Metaswitch/remove-chrono
Browse files Browse the repository at this point in the history
Remove Chrono
  • Loading branch information
richardwhiuk authored Feb 1, 2022
2 parents abf1d42 + b55dd6c commit 714a6c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

### Changed

### Removed
### Added

### Fixed
- Remove private, unused dependency on `chrono`

## [6.1.0] - 2021-06-17
### Added
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ hyper = "0.14"
slog = { version = "2", features = [ "max_level_trace", "release_max_level_debug"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
hyper-old-types = "0.11.0"
chrono = "0.4.6"
futures = "0.3"

# Conversion
Expand Down
2 changes: 1 addition & 1 deletion release-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date=$(date +%Y-%m-%d)

sed -i "s/^version = \".\+\"$/version = \"$version\"/" Cargo.toml

sed -i "s/## \[Unreleased\]/## [Unreleased]\n### Added\n\n### Changed\n\n### Removed\n\n## [$version] - $date/" CHANGELOG.md
sed -i "s/## \[Unreleased\]/## [Unreleased]\n### Changed\n\n### Added\n\n### Fixed\n\n## [$version] - $date/" CHANGELOG.md

sed -i "s#\[Unreleased\]: https://github.com/Metaswitch/swagger-rs/compare/\(.*\)...HEAD#[Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/$version...HEAD\n[$version]: https://github.com/Metaswitch/swagger-rs/compare/\1...$version#" CHANGELOG.md

Expand Down

0 comments on commit 714a6c4

Please sign in to comment.