File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 1.2.1]
10+
11+ ### Misc
12+
13+ * This release fixes a deployment bug in the 1.2.0 release.
14+
915## [ 1.2.0]
1016
1117### Added
@@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3642* Initial split from https://github.com/sigstore/sigstore-python
3743
3844<!-- Release URLs -->
39- [ Unreleased ] : https://github.com/di/id/compare/v1.2.0...HEAD
45+ [ Unreleased ] : https://github.com/di/id/compare/v1.2.1...HEAD
46+ [ 1.2.1 ] : https://github.com/di/id/compare/v1.2.0...v1.2.1
4047[ 1.2.0 ] : https://github.com/di/id/compare/v1.1.0...v1.2.0
4148[ 1.1.0 ] : https://github.com/di/id/compare/v1.0.0...v1.1.0
4249[ 1.0.0 ] : https://github.com/di/id/compare/v1.0.0a2...v1.0.0
Original file line number Diff line number Diff line change 2020
2121from typing import Callable , List , Optional
2222
23- __version__ = "1.2.1rc1 "
23+ __version__ = "1.2.1 "
2424
2525
2626class IdentityError (Exception ):
You can’t perform that action at this time.
0 commit comments