Skip to content

Commit

Permalink
prepare for v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpculp committed Aug 2, 2024
1 parent 3a104a1 commit f3dde9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ 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.6.2] - 2024-08-01
### Changed
- Dependency updates [#346]

## [0.6.1] - 2024-03-15
### Changed
- Dependency updates
- Improve performance of an atomic lock (thanks @wang384670111) [#309]

[#309]: https://github.com/awslabs/coldsnap/pull/309

## [0.6.0] - 2023-08-22
### Security Fix
- Bump openssl from 0.10.48 to 0.10.55 [#257], [#271]
Expand Down Expand Up @@ -91,7 +93,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.6.1...develop
[Unreleased]: https://github.com/awslabs/coldsnap/compare/v0.6.2...develop
[0.6.2]: https://github.com/awslabs/coldsnap/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/awslabs/coldsnap/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/awslabs/coldsnap/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/awslabs/coldsnap/compare/v0.5.0...v0.5.1
Expand Down Expand Up @@ -174,4 +177,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#247]: https://github.com/awslabs/coldsnap/pull/247
[#257]: https://github.com/awslabs/coldsnap/pull/257
[#271]: https://github.com/awslabs/coldsnap/pull/271
[#309]: https://github.com/awslabs/coldsnap/pull/309
[#346]: https://github.com/awslabs/coldsnap/pull/346

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.6.1"
version = "0.6.2"
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 f3dde9e

Please sign in to comment.