From b23f7636beb2423e5be6a75a842ecce9d9fe3d73 Mon Sep 17 00:00:00 2001 From: Trong Tran Date: Thu, 23 Jul 2026 23:02:49 +0700 Subject: [PATCH] Cut 1.5.0 release Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9825633..812e20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2026-07-23 + ### Fixed - Three CI-only failures surfaced by PR #23, none reachable from a real install. (1) `scripts/validate.sh` Check 7 used `declare -A` and `mapfile` (both bash 4+), which crash on @@ -918,7 +920,8 @@ Each hook ships in two flavours: - Operating systems: Windows 11 + PowerShell 5.1 / 7.x, macOS 13+, Ubuntu 22.04+. - Optional MCP servers: Atlassian, Context7, sequential-thinking, GitNexus, MSSQL, Playwright, Tavily. -[Unreleased]: https://github.com/developzoneio/specwright/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/developzoneio/specwright/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/developzoneio/specwright/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/developzoneio/specwright/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/developzoneio/specwright/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/developzoneio/specwright/compare/v1.1.0...v1.2.0