A new version number just to track latest changes.
Special thanks to all contributors for this version!
Changelog
* A few code update and cleaning * A small bugfix on a shameful mistake * More contributors 🥳
2022.8.24
I'm proud of version since it's my very first python package published on PyPI!
CHANGELOG
* 🥳 first version which is packaged to PyPI * 🆕 added action `member-of` to find users in nested groups * 🆕 started a Makefile to help with usual commands during dev * 🪲 corrected a bug when `-z` is not a valid integer
2022.08.18
This new version add the ability to search for unlimited result number thanks to search paging.
CHANGELOG
* replace old search with paged search * update examples in USAGE.md * add black and flake8 to help with code quality * maybe a few minor corrections
2022.07.29
First official release with version number because of the revival of this small project. More functionalities should come in the following months.
⚠️ BREAKING CHANGES
It could break with python < 3.6 because of the use of [f-strings](https://docs.python.org/3/tutorial/inputoutput.html#tut-f-strings).
CHANGELOG
* switch str.format to f-strings * add versioning in script (use `--version`) * small improvements in the readme