From 82c90b08fb4759d9f9e6f2435bb2396f8941452d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:50:16 +0000 Subject: [PATCH] chore(main): release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e605c6..4c715e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.11.0"} +{".":"0.11.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a24710e..a7deb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)