Test-only release. The module code is unchanged, so upgrading from 1.0.0-alpha2 is a no-op for running sites.
Changes since 1.0.0-alpha2
Issue #3610175: Use createStub() for pure-stub test doubles, so the test suite is clean under PHPUnit 12, which Drupal 12 ships. Doubles that have expectations set on them remain createMock().
This release adds Drupal 12 compatibility. It supports Drupal 10.5, 11 and 12.
Changes since 1.0.0-alpha1
Issue #3609835: Add Drupal 12 compatibility. Allow ^12 in core_version_requirement and convert hook_help() to the object-oriented #[Hook] API with a #[LegacyHook] shim for cores before 11.1.