Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading