Commit 2b3ac61
authored
chore: release v2.0.0 (#46)
## Summary
Release **v2.0.0** — first major version.
This release ships universal skill discovery + a deny-by-default trust
model, broadens the test matrix to PHP 8.5 / Symfony 8.0 / Composer 2.9,
and adds Composer 2.2 LTS compatibility on the lowest-supported end. Two
SemVer-major triggers: the first-run trust default flipped from
auto-trust → deny-by-default, and `composer-plugin-api` narrowed from
`^2.1` to `2.2.*|^2.9`.
This PR also backfills [1.1.3], [1.1.4], and [1.1.5] CHANGELOG entries
that were tagged in git but never recorded.
## Changes
- `CHANGELOG.md`:
- `[Unreleased]` → `[2.0.0] - 2026-05-01`
- Fresh empty `[Unreleased]` scaffold added
- Retroactive entries for `[1.1.3]` (PHPUnit v13, Agent Skills branding,
action SHA pinning, Renovate), `[1.1.4]` (supply-chain hardening),
`[1.1.5]` (dependency updates)
No code changes — `composer.json` carries no `version` field by Composer
convention; the tag drives the version.
## Test plan
- [x] Working tree clean before commit
- [x] CI green on `main` HEAD (commit 60e6ea3)
- [x] Commit is signed (ED25519) and signed-off
- [ ] CI passes on this PR
- [ ] After merge: signed annotated tag `v2.0.0` pushed
- [ ] GitHub Release published manually (no `release.yml` workflow
exists in this repo)
## Notes
- **No `release.yml` workflow** in this repo, so the GitHub Release will
be created manually via `gh release create v2.0.0` after the tag is
pushed.
- Two pre-existing lightweight tags (`v1.1.3`, `v1.1.5`) remain
untouched — they cannot be safely fixed retroactively without breaking
consumers. v2.0.0 is a proper signed annotated tag.1 file changed
Lines changed: 40 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
51 | 86 | | |
52 | 87 | | |
53 | 88 | | |
| |||
124 | 159 | | |
125 | 160 | | |
126 | 161 | | |
127 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
128 | 167 | | |
129 | 168 | | |
130 | 169 | | |
| |||
0 commit comments