Skip to content

Commit 88a42b0

Browse files
3leapsdaveClaude Opus 4.5
andcommitted
docs(release): note v0.4.0 documentation improvements
Added documentation update note to release files. Generated by Claude Opus 4.5 (https://anthropic.com) running Claude Code (https://claude.com/claude-code) under supervision of [@3leapsdave](https://github.com/3leapsdave) Co-Authored-By: Claude Opus 4.5 <noreply@3leaps.net> Committer-of-Record: Dave Thompson <dave@3leaps.net> [@3leapsdave]
1 parent 0a7d65e commit 88a42b0

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
### Documentation
2323
- Added URL, GitHub raw, and safety flag guidance in `README.md` and quickstart.
24+
- Updated docs and README to improve awareness of v0.4.0 features including Smart URL routing, security defaults, and sfetch + shellsentry workflow.
2425

2526
### Security
2627
- Block URL credentials by default to avoid leaking user info during redirects.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ MINISIGN_PUB_NAME ?= sfetch-minisign.pub
3939
BIN_DIR := $(CURDIR)/bin
4040

4141
# Pinned tool versions (minimums; existing installs are respected)
42-
SFETCH_VERSION := v0.3.1
43-
GONEAT_VERSION := v0.4.0
42+
SFETCH_VERSION := v0.3.4
43+
GONEAT_VERSION := v0.4.4
4444

4545
# Tool paths (prefer repo-local, fall back to PATH)
4646
SFETCH = $(shell [ -x "$(BIN_DIR)/sfetch" ] && echo "$(BIN_DIR)/sfetch" || command -v sfetch 2>/dev/null)

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ URL acquisition upgrades: fetch arbitrary URLs safely, support raw GitHub conten
2222
**Corpus updates**
2323
- Expanded URL and format coverage with explicit HTTP allowlist cases
2424

25+
**Documentation**
26+
- Updated docs and README to improve awareness of v0.4.0 features including Smart URL routing, security defaults, and sfetch + shellsentry workflow
27+
2528
### Install
2629

2730
```bash

docs/releases/v0.4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ sfetch now supports arbitrary URL downloads with safety defaults, plus raw GitHu
2020
### Corpus updates
2121
- Expanded URL and file-format coverage with explicit HTTP allowlist cases
2222

23+
### Documentation
24+
- Updated docs and README to improve awareness of v0.4.0 features including Smart URL routing, security defaults, and sfetch + shellsentry workflow
25+
2326
## Breaking Changes
2427
None.
2528

0 commit comments

Comments
 (0)