Skip to content

Commit

Permalink
chore(release): v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Feb 29, 2024
1 parent 612293c commit 4cd516c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 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-02-29: v0.4.7
### Added
- Export `AdminWebsocket::EnableAppResponse` to be available downstream.

## 2024-02-02: v0.4.7-rc.2
### Changed
- Bump deps to Holochain v0.2.6-rc.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

[workspace]
members = ["fixture/zomes/foo", "utilities"]

[workspace.dependencies]
holochain_zome_types = "0.2.6-rc.0"
holochain_zome_types = "0.2.6"

[dependencies]
again = "0.1"
anyhow = "1.0"
ed25519-dalek = "1"
holo_hash = { version = "0.2.6-rc.0", features = ["encoding"] }
holochain_conductor_api = "0.2.6-rc.0"
holo_hash = { version = "0.2.6", features = ["encoding"] }
holochain_conductor_api = "0.2.6"
holochain_serialized_bytes = "0.0.53"
holochain_types = "0.2.6-rc.0"
holochain_websocket = "0.2.6-rc.0"
holochain_types = "0.2.6"
holochain_websocket = "0.2.6"
holochain_zome_types = { workspace = true }
serde = ">=1.0.0, <=1.0.166"
url = "2.2"

[dev-dependencies]
arbitrary = "1.2"
holochain = { version = "0.2.6-rc.0", features = ["test_utils"] }
holochain = { version = "0.2.6", features = ["test_utils"] }
rand = "0.7"
tokio = { version = "1.3", features = ["full"] }
utilities = { path = "utilities" }
4 changes: 2 additions & 2 deletions fixture/zomes/foo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ crate-type = ["cdylib", "rlib"]
name = "test_wasm_foo"

[dependencies]
hdi = "0.3.6-rc.0"
hdk = "0.2.6-rc.0"
hdi = "0.3.6"
hdk = "0.2.6"
serde = "1"
2 changes: 1 addition & 1 deletion utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ version = "0.1.0"
arbitrary = "1.2"
ed25519-dalek = "1"
holochain_client = { path = "../" }
holochain_state = "0.2.6-rc.0"
holochain_state = "0.2.6"
holochain_zome_types = { workspace = true }
rand = "0.7"

0 comments on commit 4cd516c

Please sign in to comment.