Skip to content

Commit 133791d

Browse files
committed
prepare for v0.6.3 release
1 parent 94b6c35 commit 133791d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.3] - 2024-12-19
8+
### Changed
9+
- Dependency updates [#363]
10+
711
## [0.6.2] - 2024-08-01
812
### Changed
913
- Dependency updates [#346]
@@ -93,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9397
### Added
9498
- Everything!
9599

96-
[Unreleased]: https://github.com/awslabs/coldsnap/compare/v0.6.2...develop
100+
[Unreleased]: https://github.com/awslabs/coldsnap/compare/v0.6.3...develop
101+
[0.6.3]: https://github.com/awslabs/coldsnap/compare/v0.6.2...v0.6.3
97102
[0.6.2]: https://github.com/awslabs/coldsnap/compare/v0.6.1...v0.6.2
98103
[0.6.1]: https://github.com/awslabs/coldsnap/compare/v0.6.0...v0.6.1
99104
[0.6.0]: https://github.com/awslabs/coldsnap/compare/v0.5.1...v0.6.0
@@ -179,4 +184,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179184
[#271]: https://github.com/awslabs/coldsnap/pull/271
180185
[#309]: https://github.com/awslabs/coldsnap/pull/309
181186
[#346]: https://github.com/awslabs/coldsnap/pull/346
187+
[#363]: https://github.com/awslabs/coldsnap/pull/363
182188

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coldsnap"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "A library and command-line interface for uploading and downloading Amazon EBS snapshots"
55
authors = ["Ben Cressey <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)