Skip to content

Commit

Permalink
Merge pull request #94 from holochain/release-0.4.5
Browse files Browse the repository at this point in the history
Release 0.4.5
  • Loading branch information
timotree3 authored Sep 24, 2021
2 parents e968caa + 4acf7e1 commit 7e88f25
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.5]

### Fixed

- Published version of 0.4.4 did not contain the necessary files

## [0.4.4]

### Added

- `db_sync_level` option to configuration
### Changed

- Updated to support Hlochain v0.0.107

## [0.3.2]

### Fixed
Expand Down Expand Up @@ -132,4 +147,3 @@ await player.call('instanceId', 'zome', 'fn', params)

- Ability to spawn and kill conductors arbitrarily during a test
- New syntax to support this main difference

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"type": "git",
"url": "https://github.com/holochain/tryorama"
},
"version": "0.4.3",
"version": "0.4.5",
"description": "test framework for holochain hApps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib/"],
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 7e88f25

Please sign in to comment.