Skip to content

Commit

Permalink
Merge pull request #100 from holochain/hc-dev18-08-15
Browse files Browse the repository at this point in the history
compatable with holochain v0.4.0-dev.18
  • Loading branch information
ThetaSinner authored Aug 15, 2024
2 parents 7bc2986 + 2e9ca43 commit 5485d2f
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 91 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-08-15: v0.6.0-dev.4
### Changed
- Uninstall app now has a `force` parameter. Please check Holochain documentation before setting this field to `true`!

## 2024-07-16: v0.6.0-dev.3
### Added
- New value `NotStartedAfterProvidingMemproofs` for type `DisabledAppReason` which effectively allows a new app status, corresponding to the specific state where a UI has just called AppRequest::ProvideMemproofs, but the app has not yet been enabled for the first time.
Expand Down
108 changes: 55 additions & 53 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "holochain_client"
readme = "README.md"
repository = "https://github.com/holochain/holochain-client-rust"
resolver = "2"
version = "0.6.0-dev.3"
version = "0.6.0-dev.4"

[workspace]
members = ["fixture/zomes/foo"]
Expand All @@ -28,10 +28,10 @@ async-trait = "0.1"
parking_lot = "0.12.1"

holo_hash = { version = "0.4.0-dev.8", features = ["encoding"] }
holochain_conductor_api = "0.4.0-dev.12"
holochain_websocket = "0.4.0-dev.12"
holochain_conductor_api = "0.4.0-dev.18"
holochain_websocket = "0.4.0-dev.16"
holochain_serialized_bytes = "0.0.55"
holochain_types = "0.4.0-dev.12"
holochain_types = "0.4.0-dev.18"
holochain_nonce = "0.4.0-dev.4"
holochain_zome_types = { workspace = true }

Expand All @@ -41,7 +41,7 @@ tokio = { version = "1.36", features = ["rt"] }

[dev-dependencies]
arbitrary = "1.2"
holochain = { version = "0.4.0-dev.12", features = ["test_utils"] }
holochain = { version = "0.4.0-dev.18", features = ["test_utils"] }
rand = "0.8"
kitsune_p2p_types = "0.4.0-dev.9"

Expand Down
Loading

0 comments on commit 5485d2f

Please sign in to comment.