Skip to content

Commit

Permalink
Pre-Release Upgrades
Browse files Browse the repository at this point in the history
Signed-off-by: Release Bot <[email protected]>
  • Loading branch information
release-bot committed Apr 18, 2024
1 parent 4dec2ea commit 215b537
Show file tree
Hide file tree
Showing 22 changed files with 4,693 additions and 3,940 deletions.
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### 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.11.0|
|redis_events | 0.12.0|
|rpc | 0.11.0|
***
14 changes: 7 additions & 7 deletions basicmessage_storage/integration/poetry.lock

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

1,041 changes: 570 additions & 471 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,190 changes: 608 additions & 582 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

1,041 changes: 570 additions & 471 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
14 changes: 7 additions & 7 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 215b537

Please sign in to comment.