Skip to content

Commit 1fe10b0

Browse files
committed
Prepare v1.5.2 release
1 parent 8864618 commit 1fe10b0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.2]
9+
10+
### Fixed
11+
12+
- Link checker now falls back to GET when HEAD returns 404 or 405, matching
13+
the standard approach used by lychee and other link validators. Fixes false
14+
positives on sites that don't handle HEAD correctly ([#45]).
15+
- Link checker now sends `Accept: text/html` header, fixing false positives
16+
on SPAs like crates.io that require content negotiation to serve pages.
17+
818
## [1.5.1]
919

1020
### Fixed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/agent-ecosystem/skill-validator/types"
1212
)
1313

14-
const version = "v1.5.1"
14+
const version = "v1.5.2"
1515

1616
var (
1717
outputFormat string

0 commit comments

Comments
 (0)