Skip to content

Commit

Permalink
Merge pull request #243 from jpculp/bump-to-0.5.0
Browse files Browse the repository at this point in the history
Prepare for v0.5.0 release
  • Loading branch information
jpculp committed Mar 8, 2023
2 parents 44d42e9 + 40aceb3 commit 70230ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <bcressey@amazon.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 70230ce

Please sign in to comment.