Skip to content

Commit

Permalink
Merge pull request #823 from mgsharm/tuftool-release
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
mgsharm authored Sep 10, 2024
2 parents 935a17b + 81c2efe commit 1304bb7
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

9 changes: 8 additions & 1 deletion tuftool/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.11.1] - 2024-09-10
### Changes
- Dependency updates [#822]

[#822]: https://github.com/awslabs/tough/pull/822

## [0.11.0] - 2024-09-04
### Changes
- Added a new ecdsa key that uses the new type ecdsa (thanks @kommendorkapten) [#755]
Expand Down Expand Up @@ -252,7 +258,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.11.0...develop
[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.11.1...develop
[0.11.1]: https://github.com/awslabs/tough/compare/tuftool-v0.11.0...tuftool-v0.11.1
[0.11.0]: https://github.com/awslabs/tough/compare/tuftool-v0.10.3...tuftool-v0.11.0
[0.10.3]: https://github.com/awslabs/tough/compare/tuftool-v0.10.2...tuftool-v0.10.3
[0.10.2]: https://github.com/awslabs/tough/compare/tuftool-v0.10.1...tuftool-v0.10.2
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.11.0"
version = "0.11.1"
description = "Utility for creating and signing The Update Framework (TUF) repositories"
authors = ["iliana destroyer of worlds <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 1304bb7

Please sign in to comment.