Skip to content
Open
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.11.0"}
{".":"0.11.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1](https://github.com/casmith/ps2hdd/compare/v0.11.0...v0.11.1) (2026-09-06)


### Bug fixes

* match a cuesheet's filename however it is capitalised ([#67](https://github.com/casmith/ps2hdd/issues/67)) ([ea44b1b](https://github.com/casmith/ps2hdd/commit/ea44b1b6ae5896e7bbd353375c89b9ac03185e7a))
* point VMCDIR.TXT at disc 1's folder, not its VCD file ([#69](https://github.com/casmith/ps2hdd/issues/69)) ([6e19bfe](https://github.com/casmith/ps2hdd/commit/6e19bfeda38ab0b61ada21478ab267042a8f801c))

## [0.11.0](https://github.com/casmith/ps2hdd/compare/v0.10.0...v0.11.0) (2026-09-05)


Expand Down