Skip to content

Commit

Permalink
Merge pull request #253 from jpculp/coldsnap-0.5.1
Browse files Browse the repository at this point in the history
Prepare for v0.5.1 release
  • Loading branch information
jpculp authored Apr 11, 2023
2 parents dc2e52e + 640d2bd commit 64a4c67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.5.1] - 2023-04-11
### Security Fix
- Bump openssl from 0.10.45 to 0.10.48 [#247]

### Changed
- Bump tokio from 1.25.0 to 1.26.0 [#239]

## [0.5.0] - 2023-03-08
### Changed
- Add debug logging to help with troubleshooting [#220]
Expand Down Expand Up @@ -68,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/coldsnap/compare/v0.5.0...develop
[Unreleased]: https://github.com/awslabs/coldsnap/compare/v0.5.1...develop
[0.5.1]: https://github.com/awslabs/coldsnap/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/awslabs/coldsnap/compare/v0.4.2...v0.5.0
[0.4.3]: https://github.com/awslabs/coldsnap/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/awslabs/coldsnap/compare/v0.4.1...v0.4.2
Expand Down Expand Up @@ -144,4 +152,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#197]: https://github.com/awslabs/coldsnap/pull/197
[#220]: https://github.com/awslabs/coldsnap/pull/220
[#237]: https://github.com/awslabs/coldsnap/pull/237
[#239]: https://github.com/awslabs/coldsnap/pull/239
[#247]: https://github.com/awslabs/coldsnap/pull/247

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.5.0"
version = "0.5.1"
description = "A library and command-line interface for uploading and downloading Amazon EBS snapshots"
authors = ["Ben Cressey <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 64a4c67

Please sign in to comment.