From 40aceb300a8b87f17adefde806b5e20f5d72bbbf Mon Sep 17 00:00:00 2001 From: "Patrick J.P. Culp" Date: Wed, 8 Mar 2023 18:07:47 +0000 Subject: [PATCH] Prepare for v0.5.0 release This release is identical to the previous v0.4.3, but will be re-released as v0.5.0 due to a breaking change in the updated dependencies. --- CHANGELOG.md | 10 +++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339d6cd..6ca2a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.3] - 2023-03-02 +## [0.5.0] - 2023-03-08 ### Changed - Add debug logging to help with troubleshooting [#220] - Remove minor/patch versions from Cargo.tomls [#237] - Update dependencies +## ~~[0.4.3] - 2023-03-02~~ +### ~~Changed~~ +- ~~Add debug logging to help with troubleshooting [#220]~~ +- ~~Remove minor/patch versions from Cargo.tomls [#237]~~ +- ~~Update dependencies~~ + +⚠ This release was yanked and re-released as 0.5.0 due to breaking changes. + ## [0.4.2] - 2022-10-03 ### Changed - Update dependencies [#197] diff --git a/Cargo.lock b/Cargo.lock index 1d89595..e40bc6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,7 +464,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "coldsnap" -version = "0.4.3" +version = "0.5.0" dependencies = [ "argh", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index fb65cbd..3bf9eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coldsnap" -version = "0.4.3" +version = "0.5.0" description = "A library and command-line interface for uploading and downloading Amazon EBS snapshots" authors = ["Ben Cressey "] license = "Apache-2.0"