Skip to content

Commit

Permalink
chore(release): v0.14.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 23, 2023
1 parent 0a5d492 commit f17340d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## \[Unreleased\]

### Added
- **BREAKING CHANGE**: Command to start local signaling server has changed to spawn local bootstrap server too. Both local and TryCP conductors have been adapted accordingly.
### Removed
### Changed
- Upgrade to compatibility with Holochain v0.2.1-beta-dev.0.
### Fixed

## 2023-05-08: v0.14.0-rc.0
### Added
- **BREAKING CHANGE**: Command to start local signaling server has changed to spawn local bootstrap server too. Both local and TryCP conductors have been adapted accordingly.
### Changed
- Upgrade to compatibility with Holochain v0.2.1-beta-dev.0.

## 2023-05-08: v0.13.0
### Added
- Utility function to wait until all players' integrated DhtOps are identical for a DNA.
Expand Down
11 changes: 0 additions & 11 deletions docs/tryorama.trycpconductor._appagentws.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/tryorama.trycpconductor._appws.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/tryorama.trycpconductor.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export declare class TryCpConductor implements IConductor
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [\_appAgentWs](./tryorama.trycpconductor._appagentws.md) | | [IAppAgentWebsocket](./tryorama.iappagentwebsocket.md) \| undefined | |
| [\_appWs](./tryorama.trycpconductor._appws.md) | | [IAppWebsocket](./tryorama.iappwebsocket.md) \| undefined | |
| [id](./tryorama.trycpconductor.id.md) | <code>readonly</code> | string | |
| [tryCpClient](./tryorama.trycpconductor.trycpclient.md) | <code>readonly</code> | [TryCpClient](./tryorama.trycpclient.md) | |
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.13.0",
"version": "0.14.0-rc.0",
"author": "Holochain Foundation",
"keywords": [
"holochain",
Expand Down

0 comments on commit f17340d

Please sign in to comment.