From 81c2efe71ec73708268efb7e0fcb99a605eddeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=91=BD=20mgsharm?= Date: Tue, 10 Sep 2024 15:36:09 -0700 Subject: [PATCH] Prepare for release --- Cargo.lock | 2 +- tuftool/CHANGELOG.md | 9 ++++++++- tuftool/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08c4b7c4..63c72320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2929,7 +2929,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuftool" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_cmd", "aws-config", diff --git a/tuftool/CHANGELOG.md b/tuftool/CHANGELOG.md index 50275acc..9ea32fbb 100644 --- a/tuftool/CHANGELOG.md +++ b/tuftool/CHANGELOG.md @@ -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] @@ -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 diff --git a/tuftool/Cargo.toml b/tuftool/Cargo.toml index 9ed4db51..e68e6385 100644 --- a/tuftool/Cargo.toml +++ b/tuftool/Cargo.toml @@ -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 "] license = "MIT OR Apache-2.0"