Skip to content

Commit

Permalink
Merge pull request #4 from holochain-open-dev/build/holochain-0.2.x
Browse files Browse the repository at this point in the history
Build/holochain 0.2.4
  • Loading branch information
mattyg authored Dec 16, 2023
2 parents df8257f + 9974d16 commit 1ac756b
Show file tree
Hide file tree
Showing 24 changed files with 7,048 additions and 3,476 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
target
key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }}

- name: Test with tryorama
run: nix develop -c $SHELL -c "npm test"
- name: Test
run: nix develop -c $SHELL -c "npm run test"
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## [0.8.0] - 2023-12-16

### Documentation

- Add changelog

### Miscellaneous Tasks

- Fmt + clippy

### Refactor

- Migrate tests from tryoama to sweettest

### Build

- Holochain-0.2.3-beta-rc.1
- Upgrade holochain to 0.2.4
- Bump version to 0.6.0
- Package lock

## [0.7.0] - 2023-09-27

### Build
Expand All @@ -25,6 +46,7 @@ All notable changes to this project will be documented in this file.

### Build

- Bump holochain 0.2.1-beta-dev.0 & update for compatibility
- [**breaking**] Upgrade to holochain v0.3.0-beta-dev.8
- Upgrade to holochain 0.3.0-beta-dev.9
- Upgrade client & tryorama
Expand Down
Loading

0 comments on commit 1ac756b

Please sign in to comment.