Skip to content

Commit

Permalink
Merge pull request #191 from jamshale/release-v0.12.0
Browse files Browse the repository at this point in the history
Release for aries-cloudagent v0.12.0
  • Loading branch information
jamshale authored Apr 24, 2024
2 parents 9016e79 + ac44ec6 commit 8a70256
Show file tree
Hide file tree
Showing 26 changed files with 6,370 additions and 5,561 deletions.
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Release v0.12.0
##### The latest supported versions of aries-cloudagent for each plugin are as follows:

| Plugin Name | Supported aries-cloudagent version |
| --- | --- |
|basicmessage_storage | 0.12.0|
|connection_update | 0.12.0|
|firebase_push_notifications | 0.12.0|
|kafka_events | 0.12.0|
|multitenant_provider | 0.12.0|
|oid4vci | 0.12.0|
|redis_events | 0.12.0|
|rpc | 0.12.0|
***
- Plugins upgraded this release: basicmessage_storage connection_update firebase_push_notifications kafka_events multitenant_provider oid4vci redis_events rpc
26 changes: 13 additions & 13 deletions basicmessage_storage/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,072 changes: 586 additions & 486 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "basicmessage_storage"
version = "0.1.0"
description = ""
description = " (Supported aries-cloudagent version: 0.12.0) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -30,6 +30,7 @@ indy-credx = { version = "~1.1.1" }
indy-vdr = { version = "~0.4.1" }
ursa-bbs-signatures = { version = "~1.0.1" }
python3-indy = { version = "^1.11.1" }
anoncreds = { version = "0.2.0.dev11", allow-prereleases = true }

[tool.ruff]
line-length = 90
Expand Down
1,202 changes: 614 additions & 588 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

1,072 changes: 586 additions & 486 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "connection_update"
version = "0.1.0"
description = ""
description = " (Supported aries-cloudagent version: 0.12.0) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -29,6 +29,7 @@ indy-credx = { version = "~1.1.1" }
indy-vdr = { version = "~0.4.1" }
ursa-bbs-signatures = { version = "~1.0.1" }
python3-indy = { version = "^1.11.1" }
anoncreds = { version = "0.2.0.dev11", allow-prereleases = true }

[tool.ruff]
line-length = 90
Expand Down
26 changes: 13 additions & 13 deletions firebase_push_notifications/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a70256

Please sign in to comment.