Pester 6.0.1
Fixes an intermittent crash in Run.Parallel on Windows PowerShell 7. When several test files imported Pester at the same time, the concurrent, unsynchronized writes to a shared process-global verb dictionary could corrupt it and throw Index was outside the bounds of the array, which killed the parallel run. The verb patch is now guarded by a lock. (#2901)
No other changes from 6.0.0.