From 45d55a7452917a1041b629c2ff399b8a7e052f14 Mon Sep 17 00:00:00 2001 From: Mads Lorentzen Date: Wed, 12 Aug 2026 22:10:49 +0200 Subject: [PATCH] chore(release): cut v1.5.0 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09b219..4b1774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ prefer updating to a tagged release over pulling raw `master` (see files a release touched; `python3 tools/check_upstream_updates.py` lists them with per-file diff commands. -## [Unreleased] +## [1.5.0] - 2026-08-12 ### Added @@ -517,7 +517,8 @@ At this baseline the framework provides: - **Cross-runtime support** - a root `AGENTS.md` pointer so Codex and Antigravity can discover the portable portal skills, with Claude Code as the reference runtime. -[Unreleased]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/MadsLorentzen/ai-job-search/compare/v1.1.0...v1.2.0