Fixed:
- Revert the extra type parameter added to
BuildHookInterfacein 1.32.3, which broke plugins that subscripted the interface with a single argument (e.g.BuildHookInterface[MyConfig]) by raisingTypeErrorat import time.BuilderConfigis likewise no longer generic, restoring the pre-1.32.3 plugin interface. - Strip spaces around version metadata when using original input for CalVer to keep leading zeroes.