Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Oct 21, 2024
1 parent 6d2fe6c commit 619af15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,29 @@ Unreleased changes are documented in files in the `changelog.d`_ directory.

.. scriv-insert-here
.. _changelog-0.19.1:

0.19.1 — 2024-10-21
===================

Bugfixes
--------

- When introspecting tokens, allow the introspected scopes to be a superset of required scopes.

A bug in the scope comparison code flipped the logic;
if a user consented to scopes A and B and the action provider required only scope A,
the comparison would fail *as if A and B were required but only A had been consented to*.

This is now fixed.

.. _changelog-0.19.0:

0.19.0 — 2024-10-18
===================

**YANKED**

Features
--------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "globus-action-provider-tools"
version = "0.19.0"
version = "0.19.1"
description = "Tools to help developers build services that implement the Action Provider specification."
authors = [
"Globus Team <support@globus.org>",
Expand Down

0 comments on commit 619af15

Please sign in to comment.