Skip to content

Commit 6c6f105

Browse files
authored
Merge pull request #273 from GeekGene/build/update-0.4.1
WIP Build/update 0.4.1
2 parents c9dde48 + 204825d commit 6c6f105

38 files changed

+5735
-3703
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Install nix
27-
uses: cachix/install-nix-action@v22
27+
uses: cachix/install-nix-action@v30
2828

2929
- name: Set up cachix
30-
uses: cachix/cachix-action@v12
30+
uses: cachix/cachix-action@v15
3131
with:
3232
name: holochain-ci
3333

@@ -48,10 +48,10 @@ jobs:
4848
run: nix develop -c $SHELL -c "npm ci"
4949

5050
- name: Clippy
51-
run: nix develop -c $SHELL -c "npm run cargo:clippy"
51+
run: nix develop -c $SHELL -c "cargo clippy --all-targets --all-features -- -D warnings"
5252

5353
- name: Check rust formatting
54-
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"
54+
run: nix develop -c $SHELL -c "cargo fmt --check"
5555

5656
- name: Build Happ
5757
run: nix develop -c $SHELL -c "npm run build:happ"

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## Unreleased
66

7+
## 2025-02-25 v0.12.0
8+
- build: bump to holochain 0.4.1
9+
- build: switch to new holonix
10+
- fix: avoid failing zome calls due to empty input when navigating away from profile page
711

812
## 2023-09-12 v0.11.1
913
- feat: add ellipses to truncated agent pub keys, extend truncation to 15 chars, do not truncate only on creators / followers list
1014

11-
12-
13-
1415
## 2023-09-12 v0.11.0
1516
- feat: show avatar in lightbox upon clicking profile (#233)
1617
- refactor: manage dialogs via stores, reduce duplicate components (#232)

0 commit comments

Comments
 (0)