humthreads 0.1.3

Threads for humans
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Releasing

- [ ] Bump the version number of all crates that need it.
- [ ] Ensure `rustdoc` builds correct documentation.
- [ ] Ensure tests and CI checks pass.
- [ ] Update changelog with version and date.
- [ ] Git commit the release.
- [ ] Cargo package to verify release.
- [ ] Git tag and push the release.
- [ ] Create a corresponding GitHub release.
- [ ] Publish version to rust registry.