Changed the windows crate requirements from =0.61 to >=0.61 <0.63.
Breaking changes:
- The
ThreadPriorityValue::MAXandThreadPriorityValue::MINare now of typeThreadPriorityValueitself, instead ofu8. Addresses the issue #38.
- Corrected the git history.
- Added the changelog file to help tracking the changes.