Version 0.5.0-beta2:
- First version after plugin's folder renaming under the hood (`profile-manager`
--> `profile_manager` to comply with Python guidelines)
- Fix parameter order (broken import/removal of data sources) by @kannes in
<https://github.com/WhereGroup/profile_manager/pull/33>
- Switch dialog tabs to back sensible defaults by @kannes in
<https://github.com/WhereGroup/profile_manager/pull/32>
- update(ci): rm deprecated `set-output` command by @Guts in
<https://github.com/WhereGroup/profile_manager/pull/31>
Version 0.5.0-beta1:
- add tab to export profile ready for [QGIS Deployment
Toolbelt](https://github.com/Guts/qgis-deployment-cli/) - See related
[issue](https://github.com/WhereGroup/profile-manager/issues/10)
- add modern plugin's packaging using [QGIS Plugin
CI](https://github.com/opengisch/qgis-plugin-ci/)
- apply Python coding rules to whole codebase (PEP8)
- remove dead code and every Plugin builder related files
- add Git hooks (pre-commit) and quality tooling
- ships the big refactoring started in 2023