Skip to content

Commit ccd7f7d

Browse files
authored
chore: release 0.19.0 (holochain#312)
1 parent b7d795c commit ccd7f7d

4 files changed

Lines changed: 44 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44

55
## \[Unreleased\]
66

7+
### Added
8+
### Removed
9+
### Changed
10+
### Fixed
11+
12+
## 2025-11-20: v0.19.0
13+
714
### Added
815
- A new optional field `label` was added to the types `AppWithOptions`, `ConductorOptions`, `CreateConductorOptions`, and to the function `addConductor`. It allows overriding the default label which will prefix log messages of that Conductor instance.
916
- A new method `integratedOpsCount` that polls for integrated ops and checks if the number of integrated ops is equal to the desired number for a given dna hash. (#[305](https://github.com/holochain/tryorama/pull/305))

flake.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@holochain/tryorama",
33
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
4-
"version": "0.19.0-dev.2",
4+
"version": "0.19.0",
55
"author": "Holochain Foundation",
66
"license": "MIT",
77
"keywords": [
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@holochain/client": "^0.20.0-dev.2",
41+
"@holochain/client": "^0.20.0",
4242
"get-port": "^7.0.0",
4343
"js-yaml": "^4.1.0",
4444
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)