Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
types-0.13.0
sdk-0.5.0
  • Loading branch information
mjbrisebois committed May 3, 2024
1 parent e987deb commit b9fd1f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
| [`v0.2.7-rc.1`](https://github.com/holochain/holochain/tree/holochain-0.2.7-rc.1) | *Mar 8, 2024* | [`v0.10.0`](https://github.com/holochain/portal-dna/tree/v0.10.0) | [`types-v0.10.0`](https://github.com/holochain/portal-dna/tree/types-v0.10.0) | [`sdk-v0.2.0`](https://github.com/holochain/portal-dna/tree/sdk-v0.2.0) | [`zomelets-0.1.3`](https://github.com/holochain/portal-dna/tree/zomelets-v0.1.3) |
| [`v0.3.0-beta-dev.40`](https://github.com/holochain/holochain/tree/holochain-0.3.0-beta-dev.40) | *Mar 13, 2024* | [`v0.11.0`](https://github.com/holochain/portal-dna/tree/v0.11.0) | [`types-v0.11.0`](https://github.com/holochain/portal-dna/tree/types-v0.11.0) | [`sdk-v0.3.0`](https://github.com/holochain/portal-dna/tree/sdk-v0.3.0) | [`zomelets-0.1.4`](https://github.com/holochain/portal-dna/tree/zomelets-v0.1.4) |
| [`v0.3.0-beta-dev.45`](https://github.com/holochain/holochain/tree/holochain-0.3.0-beta-dev.45) | *Apr 10, 2024* | [`v0.12.0`](https://github.com/holochain/portal-dna/tree/v0.12.0) | [`types-v0.12.0`](https://github.com/holochain/portal-dna/tree/types-v0.12.0) | [`sdk-v0.4.0`](https://github.com/holochain/portal-dna/tree/sdk-v0.4.0) | [`zomelets-0.1.4`](https://github.com/holochain/portal-dna/tree/zomelets-v0.1.4) |
| [`v0.3.0-beta-dev.48`](https://github.com/holochain/holochain/tree/holochain-0.3.0-beta-dev.48) | *Apr 25, 2024* | [`v0.13.0`](https://github.com/holochain/portal-dna/tree/v0.13.0) | [`types-v0.13.0`](https://github.com/holochain/portal-dna/tree/types-v0.13.0) | [`sdk-v0.5.0`](https://github.com/holochain/portal-dna/tree/sdk-v0.5.0) | [`zomelets-0.1.4`](https://github.com/holochain/portal-dna/tree/zomelets-v0.1.4) |
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_portal_sdk"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthew Brisebois <[email protected]>"]
edition = "2018"
license = "CAL-1.0"
Expand All @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hc_crud_caps = "0.14"
hc_portal_types = { version = "0.12", path = "../types" }
hc_portal_types = { version = "0.13", path = "../types" }
rmpv = { version = "1", features = ["with-serde"] }
serde = "1"
whi_hdk_extensions = "0.8"
4 changes: 2 additions & 2 deletions tests/zomes/Cargo.lock

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

2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_portal_types"
version = "0.12.0"
version = "0.13.0"
authors = ["Matthew Brisebois <[email protected]>"]
edition = "2018"
license = "CAL-1.0"
Expand Down
4 changes: 2 additions & 2 deletions zomes/Cargo.lock

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

2 changes: 1 addition & 1 deletion zomes/portal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hc_crud_caps = "0.14"
hc_portal_types = { version = "0.12", path = "../../types" }
hc_portal_types = { version = "0.13", path = "../../types" }
serde = "1"
2 changes: 1 addition & 1 deletion zomes/portal_csr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "portal_csr"
crate-type = ["cdylib", "rlib"]

[dependencies]
hc_portal_sdk = { version = "0.4", path = "../../sdk" }
hc_portal_sdk = { version = "0.5", path = "../../sdk" }
portal = { path = "../portal" }
rand = "0.8.5"
serde = "1"

0 comments on commit b9fd1f9

Please sign in to comment.