Skip to content

Commit

Permalink
tuftool: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Jan 28, 2022
1 parent 126bfcc commit d8c9d06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.

7 changes: 6 additions & 1 deletion tuftool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.7.1] - 2022-01-28
### Changes
- Dependency updates.

## [0.7.0] - 2021-10-19
### Breaking Changes
- `tuftool download` now requires `outdir` to not exist.
Expand Down Expand Up @@ -154,7 +158,8 @@ Major update: much of the logic in `tuftool` has been factored out and added to
### Added
- Everything!

[Unreleased]: /~https://github.com/awslabs/tough/compare/tuftool-v0.7.0...develop
[Unreleased]: /~https://github.com/awslabs/tough/compare/tuftool-v0.7.1...develop
[0.7.1]: /~https://github.com/awslabs/tough/compare/tuftool-v0.7.0...tuftool-v0.7.1
[0.7.0]: /~https://github.com/awslabs/tough/compare/tuftool-v0.6.4...tuftool-v0.7.0
[0.6.4]: /~https://github.com/awslabs/tough/compare/tuftool-v0.6.3...tuftool-v0.6.4
[0.6.3]: /~https://github.com/awslabs/tough/compare/tuftool-v0.6.2...tuftool-v0.6.3
Expand Down
2 changes: 1 addition & 1 deletion tuftool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuftool"
version = "0.7.0"
version = "0.7.1"
description = "Utility for creating and signing The Update Framework (TUF) repositories"
authors = ["iliana destroyer of worlds <iweller@amazon.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d8c9d06

Please sign in to comment.