v0.11.0
Breaking changes
- Switch to u64 from usize in many places by @h33p in #147
- On 64-bit machines, this change should have no impact on behavior, but it is still a breaking change as these types are part of the public API.
- Remove unwraps from our lazy statics by @eminence in #150
- This change should make
procfs
panic even less, but as the cost of a breaking API change that wraps the return value of some functions in aResult
- This change should make
New Features
- Update docs and CI for MSRV by @eminence in #149
- Add support for /proc/uptime by @oblique in #146
- MMapPath::Vsys for /SYSV pseudo files by @tatref in #151
Bug fixes
- Handle process cgroup paths containng ':' by @alfonsoros88 in #152
New Contributors
- @h33p made their first contribution in #147
- @oblique made their first contribution in #146
- @tatref made their first contribution in #151
- @alfonsoros88 made their first contribution in #152
Full Changelog: v0.10.1...v0.11.0