Skip to content

Commit

Permalink
feat: expose enable app response on admin ws (#47)
Browse files Browse the repository at this point in the history
* feat(admin-ws): add export so the type can be used outside the lib (#46)

* build: update cargo & ci actions

---------

Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
jost-s and ThetaSinner authored Feb 29, 2024
1 parent 010c8e1 commit 013ecf8
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 507 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ jobs:
- uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25

- name: Set up cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
with:
name: holochain-ci

- name: Cache fixture
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: fixture
with:
path: fixture/zomes/foo/target
key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('fixture/zomes/foo/Cargo.lock') }}

- name: Cache client build
uses: actions/cache@v3
uses: actions/cache@v4
if: always()
env:
cache-name: client
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-02-01: v0.5.0-dev.27
## 2024-02-29: v0.5.0-dev.28
### Added
- Export `AdminWebsocket::EnableAppResponse` to be available downstream.

## 2024-02-01: v0.5.0-dev.27
### Added
- Added the `update_coordinators` call in the `AdminWebsocket`.

## 2024-01-26: v0.5.0-dev.26
Expand Down
Loading

0 comments on commit 013ecf8

Please sign in to comment.