Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 1.64 KB

Changelog

All notable changes to id will be documented in this file.

The format is based on Keep a Changelog.

Changed

  • Drop dependency on pydantic (#320)

Added

  • Add pipx run entry point (#217)

Added

  • Add support for decoding tokens with -d/--decode (#162)

Misc

  • This release fixes a deployment bug in the 1.2.0 release.

Added

  • Added support for GitLab CI/CD (#123)
  • Added support for CircleCI (#144)

Changed

  • The minimum supported Python version is now 3.8 (#141)

Added

  • Added support for Buildkite OIDC tokens (#21)

Fixed

  • Improved the quality of error messages when an underlying request fails (#93)

Added