Skip to content

Commit

Permalink
Version 1.3.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Jan 11, 2024
1 parent a892b5f commit 7bb6694
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.3.0]

### Added

* Add support for decoding tokens with `-d`/`--decode` ([#162](https://github.com/di/id/pull/162))

## [1.2.1]

### Misc
Expand Down Expand Up @@ -42,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Initial split from https://github.com/sigstore/sigstore-python

<!--Release URLs -->
[Unreleased]: https://github.com/di/id/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/di/id/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/di/id/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/di/id/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/di/id/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/di/id/compare/v1.0.0...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import base64
from typing import Callable

__version__ = "1.2.1"
__version__ = "1.3.0"


class IdentityError(Exception):
Expand Down

0 comments on commit 7bb6694

Please sign in to comment.