diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ef0e9..8e605c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.10.0"} +{".":"0.11.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a231e3..a24710e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ Entries from the next release onward are generated by release-please from the conventional commits on `main`. The two below were tagged by hand before that and are recorded here so the history starts somewhere rather than at 0.3.0. +## [0.11.0](https://github.com/casmith/ps2hdd/compare/v0.10.0...v0.11.0) (2026-09-05) + + +### Features + +* name games from the serial on the disc, not the filename ([#65](https://github.com/casmith/ps2hdd/issues/65)) ([e7f9e11](https://github.com/casmith/ps2hdd/commit/e7f9e1167c61303e34ed832b1c45207a74fc1592)) + + +### Bug fixes + +* verify the POPS runtime by content, not just by presence ([#64](https://github.com/casmith/ps2hdd/issues/64)) ([bffdb3e](https://github.com/casmith/ps2hdd/commit/bffdb3ec94f9628645b7bf4a8f30c6da97c704d7)) + ## [0.10.0](https://github.com/casmith/ps2hdd/compare/v0.9.0...v0.10.0) (2026-09-05)