File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff 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
1616var (
1717 outputFormat string
You can’t perform that action at this time.
0 commit comments