Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.10.0"}
{".":"0.11.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down