Releases: ogham/rust-users
Releases · ogham/rust-users
v0.11.0
v0.5.0
Breaking changes
- Split
Users
trait intoUsers
andGroups
(052cf24) - The users cache no longer takes
&mut self
, and returns clones ofArc
s (aa94ee8) - Replace fields with accessors (fefddc4)
- Rename
OSUsers
toUsersCache
(77eefe0) - Move user-switching functions to the
switch
module (9dadca8) - Move OS-dependent functions (group members and user information) to underneath their own trait (look at the examples to see how to do this now) (54d53c8)
- Fix group ID type on systems where they're different (28ddc0c)