Sort Lock 0.2.0 (v0.2.0) - 18 Aug 2024
- Added support for
no-std
targets by adding anstd
feature which is enabled by default. Without this,spin
will be used for locking. - Added support for targets that lack support for certain atomic operations by using portable atomics.
Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/compare/v0.1.0...v0.2.0
Sort Lock 0.1.0 (v0.1.0) - 09 Jul 2024
- Increases the maximum number of locks in a group to 10.
Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/compare/v0.0.0...v0.1.0
Sort Lock 0.0.0 (v0.0.0) - 09 Jul 2024
The initial release of SortLock.
Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/commits/v0.0.0