Skip to content

Commit

Permalink
Merge pull request #89 from tjkirch/release-0.3.2
Browse files Browse the repository at this point in the history
Prepare release of 0.3.2
  • Loading branch information
tjkirch committed Jul 30, 2021
2 parents 907b74d + 229a19a commit 8d602e1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3.2] - 2021-07-30
### Changed
- Update dependencies. [#61], [#63], [#64], [#66], [#67], [#73], [#77], [#82], [#87], [#88]
- Update docs to recommend installing with `--locked`. [#79]
- Add license check to CI runner. [#74]

## [0.3.1] - 2021-05-13
### Changed
- Add backoff-retry behavior to coldsnap uploads. [#56]
Expand All @@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[0.3.2]: https://github.com/awslabs/coldsnap/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/awslabs/coldsnap/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/awslabs/coldsnap/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/awslabs/coldsnap/compare/v0.1.0...v0.2.0
Expand All @@ -42,3 +49,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#57]: https://github.com/awslabs/coldsnap/pull/57
[#58]: https://github.com/awslabs/coldsnap/pull/58
[#60]: https://github.com/awslabs/coldsnap/pull/60
[#61]: https://github.com/awslabs/coldsnap/pull/61
[#63]: https://github.com/awslabs/coldsnap/pull/63
[#64]: https://github.com/awslabs/coldsnap/pull/64
[#66]: https://github.com/awslabs/coldsnap/pull/66
[#67]: https://github.com/awslabs/coldsnap/pull/67
[#73]: https://github.com/awslabs/coldsnap/pull/73
[#74]: https://github.com/awslabs/coldsnap/pull/74
[#77]: https://github.com/awslabs/coldsnap/pull/77
[#79]: https://github.com/awslabs/coldsnap/pull/79
[#82]: https://github.com/awslabs/coldsnap/pull/82
[#87]: https://github.com/awslabs/coldsnap/pull/87
[#88]: https://github.com/awslabs/coldsnap/pull/88
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.3.1"
version = "0.3.2"
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 8d602e1

Please sign in to comment.