Skip to content

Commit

Permalink
chore(release): v0.17.0
Browse files Browse the repository at this point in the history
* bump to holochain 0.4.0

* add changelog
  • Loading branch information
matthme authored Dec 18, 2024
1 parent c15f099 commit 920d9bb
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 81 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 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
### Fixed

## 2024-12-18: v0.17.0
### Changed
- Updated to Holochain v0.4.0

## 2024-12-02: v0.17.0-rc.0
### Added
- Support new `roles_settings` field in `AppOptions`.
Expand Down
98 changes: 49 additions & 49 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ resolver = "2"

[workspace.dependencies]
futures = "0.3"
hdi = "0.5.0-rc.1"
hdk = "0.4.0-rc.1"
hdi = "0.5.0"
hdk = "0.4.0"
nix = { version = "0.29.0", features = ["signal"] }
once_cell = "1.5.0"
parking_lot = "0.12"
Expand All @@ -25,7 +25,7 @@ snafu = "0.6"
structopt = "0.2"
tokio = "1.38"
tokio-tungstenite = "0.21"
trycp_api = { version = "0.17.0-dev.5", path = "crates/trycp_api" }
trycp_api = { version = "0.17.0", path = "crates/trycp_api" }
url = "2"

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion crates/trycp_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycp_api"
version = "0.17.0-dev.6"
version = "0.17.0"
description = "conductor provisioner API for tryorama"
license = "CAL-1.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/trycp_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycp_client"
version = "0.17.0-dev.6"
version = "0.17.0"
description = "Client for TryCP"
license = "CAL-1.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions crates/trycp_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycp_server"
version = "0.17.0-dev.6"
version = "0.17.0"
description = "conductor provisioner for tryorama"
license = "CAL-1.0"
keywords = ["holochain", "holo", "p2p", "network", "simulation"]
Expand Down Expand Up @@ -37,7 +37,7 @@ trycp_api = { workspace = true }
url = { workspace = true }

[dev-dependencies]
holochain_conductor_api = "0.4.0-rc.2"
holochain_conductor_api = "0.4.0"
rand = "0.8"
serde_yaml = "0.9"
trycp_client = { path = "../trycp_client" }
Loading

0 comments on commit 920d9bb

Please sign in to comment.