Skip to content

Commit

Permalink
chore(release): v0.18.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 15, 2024
1 parent dc65fa0 commit f1a318b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Removed
### Changed
### Fixed

## 2024-11-14: v0.18.0-dev.1
### Fixed
- Disable unstable DPKI.
- Disable tests with unstable features.

Expand Down
6 changes: 3 additions & 3 deletions 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 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.18.0-dev.0"
version = "0.18.0-dev.1"
description = "conductor provisioner API for tryorama"
license = "CAL-1.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions 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.18.0-dev.0"
version = "0.18.0-dev.1"
description = "Client for TryCP"
license = "CAL-1.0"
edition = "2021"
Expand All @@ -9,6 +9,6 @@ edition = "2021"
futures = { workspace = true }
rmp-serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = [ "full" ] }
tokio = { workspace = true, features = ["full"] }
tokio-tungstenite = { workspace = true }
trycp_api = { workspace = true }
2 changes: 1 addition & 1 deletion 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.18.0-dev.0"
version = "0.18.0-dev.1"
description = "conductor provisioner for tryorama"
license = "CAL-1.0"
keywords = ["holochain", "holo", "p2p", "network", "simulation"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holochain/tryorama",
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
"version": "0.18.0-dev.0",
"version": "0.18.0-dev.1",
"author": "Holochain Foundation",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit f1a318b

Please sign in to comment.