@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.11.0] - 2024-09-04
8
+ ### Changes
9
+ - Added a new ecdsa key that uses the new type ecdsa (thanks @kommendorkapten ) [ #755 ]
10
+ - Dependency updates [ #759 ] , [ #763 ] , [ #765 ] , [ #778 ] , [ #780 ] , [ #781 ] , [ #802 ]
11
+
12
+ [ #755 ] : https://github.com/awslabs/tough/pull/755
13
+ [ #759 ] : https://github.com/awslabs/tough/pull/759
14
+ [ #763 ] : https://github.com/awslabs/tough/pull/763
15
+ [ #765 ] : https://github.com/awslabs/tough/pull/765
16
+ [ #778 ] : https://github.com/awslabs/tough/pull/778
17
+ [ #780 ] : https://github.com/awslabs/tough/pull/780
18
+ [ #781 ] : https://github.com/awslabs/tough/pull/781
19
+ [ #802 ] : https://github.com/awslabs/tough/pull/802
20
+
7
21
## [ 0.10.3] - 2024-03-15
8
22
### Changes
9
23
- Update Clap v4 deprecations (thanks @kdnakt ) [ #750 ]
@@ -238,7 +252,8 @@ Major update: much of the logic in `tuftool` has been factored out and added to
238
252
### Added
239
253
- Everything!
240
254
241
- [ Unreleased ] : https://github.com/awslabs/tough/compare/tuftool-v0.10.3...develop
255
+ [ Unreleased ] : https://github.com/awslabs/tough/compare/tuftool-v0.11.0...develop
256
+ [ 0.11.0 ] : https://github.com/awslabs/tough/compare/tuftool-v0.10.3...tuftool-v0.11.0
242
257
[ 0.10.3 ] : https://github.com/awslabs/tough/compare/tuftool-v0.10.2...tuftool-v0.10.3
243
258
[ 0.10.2 ] : https://github.com/awslabs/tough/compare/tuftool-v0.10.1...tuftool-v0.10.2
244
259
[ 0.10.1 ] : https://github.com/awslabs/tough/compare/tuftool-v0.10.0...tuftool-v0.10.1
0 commit comments