From 657f6dd3289ba197054895698d07cb87664964ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:02:20 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41e3033..d0ef0e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.9.0"} +{".":"0.10.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e3266c8..0a231e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.10.0](https://github.com/casmith/ps2hdd/compare/v0.9.0...v0.10.0) (2026-09-05) + + +### Features + +* install CloneCD rips, and refuse Nero ones by name ([#63](https://github.com/casmith/ps2hdd/issues/63)) ([662f27e](https://github.com/casmith/ps2hdd/commit/662f27e2a77de74de3644d59cbdb259ea4b4f3c0)) + + +### Bug fixes + +* keep separate releases out of a multi-disc game ([#62](https://github.com/casmith/ps2hdd/issues/62)) ([7228fbb](https://github.com/casmith/ps2hdd/commit/7228fbb01290eccd4bb503aa5fcb830a33a0e8e2)) +* mount pfsfuse single-threaded, so reads return what was written ([#61](https://github.com/casmith/ps2hdd/issues/61)) ([9b036e6](https://github.com/casmith/ps2hdd/commit/9b036e618b68433b55a1f8797988ad416039f8f0)) +* scan in order, and keep the cache when a scan is cancelled ([#59](https://github.com/casmith/ps2hdd/issues/59)) ([c94cf51](https://github.com/casmith/ps2hdd/commit/c94cf51f653058385874b94ade2e276267611f90)) + ## [0.9.0](https://github.com/casmith/ps2hdd/compare/v0.8.1...v0.9.0) (2026-09-04)