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.3.0]
10+
11+ ### Added
12+
13+ * Add support for decoding tokens with ` -d ` /` --decode ` ([ #162 ] ( https://github.com/di/id/pull/162 ) )
14+
915## [ 1.2.1]
1016
1117### Misc
@@ -42,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4248* Initial split from https://github.com/sigstore/sigstore-python
4349
4450<!-- Release URLs -->
45- [ Unreleased ] : https://github.com/di/id/compare/v1.2.1...HEAD
51+ [ Unreleased ] : https://github.com/di/id/compare/v1.3.0...HEAD
52+ [ 1.3.0 ] : https://github.com/di/id/compare/v1.2.1...v1.3.0
4653[ 1.2.1 ] : https://github.com/di/id/compare/v1.2.0...v1.2.1
4754[ 1.2.0 ] : https://github.com/di/id/compare/v1.1.0...v1.2.0
4855[ 1.1.0 ] : https://github.com/di/id/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 2121import base64
2222from typing import Callable
2323
24- __version__ = "1.2.1 "
24+ __version__ = "1.3.0 "
2525
2626
2727class IdentityError (Exception ):
You can’t perform that action at this time.
0 commit comments