Skip to content

Releases: rustadopt/uzers-rs

v0.12.0

23 Apr 12:29
Compare
Choose a tag to compare

What's Changed

  • Added explicit references to os module in docs index by @OLEGSHA in #9
  • Add AllUsers and AllGroups by @OLEGSHA in #11
  • Test CI with nss_preload. by @apognu in #15
  • Add GECOS field on UNIX systems. by @apognu in #13
  • feat(ci): add conventional commits workflow by @gierens in #16
  • refactor(ci): split general workflow into testing and linting by @gierens in #17
  • Bump webiny/action-conventional-commits from 1.1.0 to 1.2.0 by @dependabot in #18
  • Bump webiny/action-conventional-commits from 1.2.0 to 1.3.0 by @dependabot in #19

New Contributors

Full Changelog: v0.11.3...v0.12.0

uzers v0.11.3

11 Sep 08:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.11.3

uzers v0.11.2

25 Aug 13:59
Compare
Choose a tag to compare

This just updates the repository URL as we moved to the newly created rustadopt organization on Github.

uzers v0.11.1

21 Aug 09:37
Compare
Choose a tag to compare

This is the first version of uzers which continues the unmaintained
users v0.11.0.

Bug Fixes

  • Fix group listing: don't add root every time

Features

  • Allow iterating all groups in the system
  • Add redox and illumos support

Refactor

  • Reformat entire code base

Documentation

  • Rename to uzers
  • Add this changelog

CI

  • Add Github workflows

What's Changed

  • (users PR 45) Fix group listing: don't add root every time by @gierens in #1
  • (users PR 49) Add cfg illlumos in addition to solaris by @gierens in #2
  • (users PR 51) Allow iterating all groups in the system by @gierens in #3
  • (users PR 53) Add Redox support by @gierens in #4

New Contributors

Full Changelog: https://github.com/gierens/uzers-rs/commits/v0.11.1