From 8ac00497f1f7674f42b25433e169f02039df8e08 Mon Sep 17 00:00:00 2001 From: Alex Cameron Date: Wed, 13 Dec 2023 17:17:50 +1100 Subject: [PATCH] Prep 2.1.0 (#832) Signed-off-by: Alex Cameron --- CHANGELOG.md | 5 ++++- sigstore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709d20f4..e20cafa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked. ## [Unreleased] +## [2.1.0] + ### Added * CLI: `sigstore verify`'s subcommands now discover `{input}.sigstore.json` @@ -295,7 +297,8 @@ All versions prior to 0.9.0 are untracked. ([#351](https://github.com/sigstore/sigstore-python/pull/351)) -[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/sigstore/sigstore-python/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/sigstore/sigstore-python/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/sigstore/sigstore-python/compare/v1.1.2...v2.0.0 [1.1.2]: https://github.com/sigstore/sigstore-python/compare/v1.1.1...v1.1.2 diff --git a/sigstore/__init__.py b/sigstore/__init__.py index 070a7dc1..c84c0679 100644 --- a/sigstore/__init__.py +++ b/sigstore/__init__.py @@ -25,4 +25,4 @@ * `sigstore.sign`: creation of Sigstore signatures """ -__version__ = "2.0.1" +__version__ = "2.1.0"