Skip to content

Commit e72c64d

Browse files
sanityclaude
andauthored
Release v0.1.8 (#1650)
Co-authored-by: Claude <[email protected]>
1 parent 17b7d6b commit e72c64d

File tree

21 files changed

+561
-24
lines changed

21 files changed

+561
-24
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
aider_stdlib_map.md
22

3+
# Local tools and notes
4+
.local-tools/
5+
6+
# Release artifacts (downloaded binaries)
7+
release-artifacts/
8+
39
### Rust ###
410
# Generated by Cargo
511
# will have compiled files and executables

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/freenet-ping/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[gateways]]
2+
public_key = "/home/ian/code/freenet/freenet-core/main/apps/freenet-ping/test-prod-logs/data/secrets/public.vega.gw.pem"
3+
4+
[gateways.address]
5+
hostname = "vega.locut.us:31337"
6+
7+
[[gateways]]
8+
public_key = "/home/ian/code/freenet/freenet-core/main/apps/freenet-ping/test-prod-logs/data/secrets/public.ziggy.gw.pem"
9+
10+
[gateways.address]
11+
hostname = "technic.locut.us:31337"
46.8 KB
Binary file not shown.

apps/freenet-ping/test-prod-logs/data/_EVENT_LOG_LOCAL

Whitespace-only changes.
70 Bytes
Binary file not shown.

apps/freenet-ping/test-prod-logs/data/contracts/KEY_DATA.tmp

Whitespace-only changes.
1.52 MB
Binary file not shown.

apps/freenet-ping/test-prod-logs/data/delegates/KEY_DATA

Whitespace-only changes.

0 commit comments

Comments
 (0)