Skip to content

Commit 7bb6694

Browse files
authored
Version 1.3.0 (#163)
1 parent a892b5f commit 7bb6694

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

id/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import base64
2222
from typing import Callable
2323

24-
__version__ = "1.2.1"
24+
__version__ = "1.3.0"
2525

2626

2727
class IdentityError(Exception):

0 commit comments

Comments
 (0)