Skip to content

v0.11.0

Compare
Choose a tag to compare
@eminence eminence released this 14 Oct 14:20
· 332 commits to master since this release

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 a Result

New Features

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