Skip to content

Commit

Permalink
chore: release oauth_tools 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Aug 22, 2024
1 parent 58e20af commit ff50f22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"oauth_tools": "0.1.0"
"oauth_tools": "0.1.1"
}
7 changes: 7 additions & 0 deletions oauth_tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/canonical/iam-bundle/compare/oauth_tools-v0.1.0...oauth_tools-v0.1.1) (2024-08-22)


### Bug Fixes

* eliminate a race condition in the dex restart logic ([3ca9382](https://github.com/canonical/iam-bundle/commit/3ca938225f3e380296a86db7b9148b80d4f86096))

## [0.1.0](https://github.com/canonical/iam-bundle/compare/oauth_tools-v0.0.1...oauth_tools-v0.1.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion oauth_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from oauth_tools.external_idp import ExternalIdpService # noqa: F401, F403
from oauth_tools.oauth_helpers import * # noqa: F401, F403

__version__ = "0.1.0" # x-release-please-version
__version__ = "0.1.1" # x-release-please-version

0 comments on commit ff50f22

Please sign in to comment.