diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..183dcbf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.11.1] - 2023-08-21 + +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