Skip to content

Commit

Permalink
Merge pull request #266 from polywrap/dev
Browse files Browse the repository at this point in the history
prep 0.1.1 | /workflows/cd
  • Loading branch information
Niraj-Kamdar authored Sep 6, 2023
2 parents 5dc6de0 + 893284e commit 2750910
Show file tree
Hide file tree
Showing 50 changed files with 1,716 additions and 4,324 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
166 changes: 92 additions & 74 deletions packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"]

[tool.poetry.dependencies]
python = "^3.10"
polywrap-core = "^0.1.0"
polywrap-client-config-builder = "^0.1.0"
polywrap-uri-resolvers = "^0.1.0"
polywrap-manifest = "^0.1.0"
polywrap-wasm = "^0.1.0"
polywrap-fs-plugin = "^0.1.0"
polywrap-http-plugin = "^0.1.0"
polywrap-core = {path = "../../polywrap-core", develop = true}
polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true}
polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true}
polywrap-manifest = {path = "../../polywrap-manifest", develop = true}
polywrap-wasm = {path = "../../polywrap-wasm", develop = true}
polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true}
polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true}

[tool.poetry.group.dev.dependencies]
polywrap-client = {path = "../../polywrap-client", develop = true}
Expand Down
Loading

0 comments on commit 2750910

Please sign in to comment.