Skip to content

Commit 514b68d

Browse files
committed
chore(release): v0.18.2
1 parent a9c3407 commit 514b68d

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@ 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-05-23: v0.18.2
13+
714
### Added
815
- A new method `Scenario#addPlayers` that creates the specified number of conductors and generates an agent per conductor.
916
- A new method `Scenario#installAppsForPlayers` that installs the specified apps for the provided players. The combination of these two methods caters for the use cases where agent keys are generated prior to app installation for further usage, e.g. when generating mem proofs in a separate step.
1017
- A new method `Scenario#installSameAppForPlayers` that installs the specified app for the provided players. In contrast to `installAppsForPlayers` this is a simplified interface that just takes one app with options and install it for all players equally.
1118
- A new method `Scenario#addPlayersWithSameApp` that creates players and installs the same specified app for each player. A counterpart to `addPlayersWithApps`, this is also a simplified interface for the most common case of installing the same app for each player.
12-
### Removed
1319
### Changed
1420
- Updated dependencies to latest versions.
15-
- Type `Player` is now a conductor with an associated agent key. It used to be the conductor with an installed app for the agent. That has been renamed to `PlayerApp` in alignment with the type `AgentApp` (app id + agent key + cells), which `PlayerApp` extends.
16-
17-
### Fixed
21+
- **BREAKING**: Type `Player` is now a conductor with an associated agent key. It used to be the conductor with an installed app for the agent. That has been renamed to `PlayerApp` in alignment with the type `AgentApp` (app id + agent key + cells), which `PlayerApp` extends.
1822

1923
## 2025-05-09: v0.18.1
2024

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.18.1",
4+
"version": "0.18.2",
55
"author": "Holochain Foundation",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)