We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9e45d commit c6f4903Copy full SHA for c6f4903
CHANGELOG.md
@@ -8,6 +8,22 @@ All versions prior to 0.9.0 are untracked.
8
9
## [Unreleased]
10
11
+### Added
12
+
13
+* API: `models.Bundle.BundleType` is now a public API
14
+ ([#1089](https://github.com/sigstore/sigstore-python/pull/1089))
15
16
+* CLI: The `sigstore plumbing` subcommand hierarchy has been added. This
17
+ hierarchy is for *developer-only* interactions, such as fixing malformed
18
+ Sigstore bundles. These subcommands are **not considered stable until
19
+ explicitly documented as such**.
20
21
22
+### Changed
23
24
+* CLI: The default console logger now emits to `stderr`, rather than `stdout`
25
26
27
## [3.1.0]
28
29
### Added
0 commit comments