Enhancements
============
- check if there is a newer version of mccli available and show a warning for the user to update
- add EGI keycloak endpoints to trusted OPs for `mccli info`
- modernise packaging: get rid of `setup.py`, use `pyproject.toml`, automatic versioning with `setuptools_scm`
- improve workflows: `main` protected branch and `develop` branch, test all packages on testpypi, publish packages to pypi on tags
- add CI github action for testing
Bug fixes
=======
- fix issue with `Bad configuration option: setenv` -> add `--set-remote-env` flag, default to False
- works even when no tty present
- on fatal errors, sys.exit with non-zero code instead of just logging as error
What's Changed
* PR: version 0.6.6 by dianagudu in https://github.com/dianagudu/mccli/pull/23
* Note: this release bundles all changes since v0.6.0 (v0.6.1-v0.6.5)
**Full Changelog**: https://github.com/dianagudu/mccli/compare/v0.6.0...v0.6.6