Skip to content

Commit d56521f

Browse files
Prepare for v1.0.1 patch release (#447)
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 4175b03 commit d56521f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ All versions prior to 1.0.0 are untracked.
99

1010
## [Unreleased]
1111

12+
## [1.0.1] - 2024-04-18
13+
14+
### Added
15+
- Added support for pre v1.0 signatures used in production. This is only provided for verification and replicates the experimental behavior at v0.2, bug for bug.
16+
- Added support for displaying fingerprints of certificates when using signing certificates
17+
18+
### Fixed
19+
- Fix bug in CLI scripts where even if signature verification failed, the script would also output that verification passed and exit with success error code.
20+
- Docker containers wrapping around the CLI have been changed to support the updated CLI
1221

1322
## [1.0.0] - 2024-04-04
1423

@@ -24,5 +33,6 @@ All versions prior to 1.0.0 are untracked.
2433
- [Demo notebook](https://colab.sandbox.google.com/drive/18IB_uipduXYq0ohMxJv2xHfeihLIcGMT) to showcase API and CLI examples.
2534

2635

27-
[Unreleased]: https://github.com/sigstore/model-transparency/compare/v1.0.0...HEAD
36+
[Unreleased]: https://github.com/sigstore/model-transparency/compare/v1.0.1...HEAD
37+
[1.0.1]: https://github.com/sigstore/model-transparency/compare/v1.0.0...v1.0.1
2838
[1.0.0]: https://github.com/sigstore/model-transparency/compare/v0.1.0...v1.0.0

src/model_signing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
from model_signing import verifying
126126

127127

128-
__version__ = "1.0.0"
128+
__version__ = "1.0.1"
129129

130130

131131
__all__ = ["hashing", "signing", "verifying", "manifest"]

0 commit comments

Comments
 (0)