Skip to content

Commit 242855c

Browse files
committed
Update changelog
1 parent d3db739 commit 242855c

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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.4]
9+
10+
### Fixed
11+
12+
- Fix false-positive orphan warnings on Windows: file paths from the filesystem
13+
are now normalized to forward slashes before comparing against markdown
14+
references ([#63]).
15+
- Fix code block detection on Windows: fenced code block regexes now handle
16+
CRLF line endings, fixing zero code-block counts when files are checked out
17+
with Windows-style line endings.
18+
- Fix backslash paths in token count keys, result messages, and GitHub Actions
19+
annotations on Windows.
20+
- Add Windows (`windows-latest`) to CI test matrix.
21+
22+
## [1.5.3]
23+
24+
### Fixed
25+
26+
- Contamination warnings now only fire when multiple application programming
27+
languages are detected. Skills containing only auxiliary languages (shell,
28+
config formats) no longer trigger false positives ([#60], [#62]).
29+
830
## [1.5.2]
931

1032
### Fixed
@@ -167,17 +189,28 @@ First stable release. Includes the complete CLI and importable library packages.
167189
- `types` — shared data types (`Report`, `Result`, `Level`, etc.)
168190
- `judge.LLMClient` interface for custom LLM providers
169191

192+
[1.5.4]: https://github.com/agent-ecosystem/skill-validator/compare/v1.5.3...v1.5.4
193+
[1.5.3]: https://github.com/agent-ecosystem/skill-validator/compare/v1.5.2...v1.5.3
194+
[1.5.2]: https://github.com/agent-ecosystem/skill-validator/compare/v1.5.1...v1.5.2
195+
[1.5.1]: https://github.com/agent-ecosystem/skill-validator/compare/v1.5.0...v1.5.1
196+
[1.5.0]: https://github.com/agent-ecosystem/skill-validator/compare/v1.4.0...v1.5.0
170197
[1.4.0]: https://github.com/agent-ecosystem/skill-validator/compare/v1.3.1...v1.4.0
171198
[1.3.1]: https://github.com/agent-ecosystem/skill-validator/compare/v1.3.0...v1.3.1
172199
[1.3.0]: https://github.com/agent-ecosystem/skill-validator/compare/v1.2.1...v1.3.0
173200
[1.2.1]: https://github.com/agent-ecosystem/skill-validator/compare/v1.2.0...v1.2.1
174201
[1.2.0]: https://github.com/agent-ecosystem/skill-validator/compare/v1.1.0...v1.2.0
175202
[1.1.0]: https://github.com/agent-ecosystem/skill-validator/compare/v1.0.0...v1.1.0
203+
[#23]: https://github.com/agent-ecosystem/skill-validator/issues/23
204+
[#26]: https://github.com/agent-ecosystem/skill-validator/issues/26
205+
[#27]: https://github.com/agent-ecosystem/skill-validator/issues/27
176206
[#33]: https://github.com/agent-ecosystem/skill-validator/issues/33
177207
[#34]: https://github.com/agent-ecosystem/skill-validator/pull/34
178208
[#35]: https://github.com/agent-ecosystem/skill-validator/pull/35
179209
[#37]: https://github.com/agent-ecosystem/skill-validator/pull/37
180-
[#26]: https://github.com/agent-ecosystem/skill-validator/issues/26
181-
[#23]: https://github.com/agent-ecosystem/skill-validator/issues/23
182-
[#27]: https://github.com/agent-ecosystem/skill-validator/issues/27
183210
[#39]: https://github.com/agent-ecosystem/skill-validator/issues/39
211+
[#43]: https://github.com/agent-ecosystem/skill-validator/issues/43
212+
[#44]: https://github.com/agent-ecosystem/skill-validator/pull/44
213+
[#45]: https://github.com/agent-ecosystem/skill-validator/issues/45
214+
[#60]: https://github.com/agent-ecosystem/skill-validator/issues/60
215+
[#62]: https://github.com/agent-ecosystem/skill-validator/pull/62
216+
[#63]: https://github.com/agent-ecosystem/skill-validator/issues/63

0 commit comments

Comments
 (0)