From 488dd55060d8878aa8786f675f2a8ac6069770a9 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Mon, 17 Jul 2023 15:50:57 +0900 Subject: [PATCH] docs(release-helper): update changelog Unfortunately, I didn't catch the fact that 0.0.3 had been released previously on GitHub, but hadn't been published to crates.io. Since crates.io is forever, update the changelog instead. --- release-helper/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-helper/CHANGELOG.md b/release-helper/CHANGELOG.md index 4065e832..5e05dc65 100644 --- a/release-helper/CHANGELOG.md +++ b/release-helper/CHANGELOG.md @@ -8,10 +8,10 @@ The format is based on [Keep a Changelog][keep-a-changelog]. [Unreleased]: https://github.com/shipperstack/shipper-release/compare/0.0.3...HEAD -# [0.0.3] - 2023-07-05 +# [0.0.3] - 2023-07-17 ## Changed - +- Use `time` crate instead of `chrono` to fix security vulnerability - Clean up code with clippy - Testing the new release workflow with GitHub Actions