Major changes
- Added support for alias commands #716
Alias commands can be added using the configurationwest config alias.<name> "<command>"
- Changed to a
pyproject.toml
package format in accordance to PEP 621 #715
Other changes
- Add cache support for submodules #697
- Decode manifest files as UTF-8 by default #711
- Pass unknown arguments for
west diff
andwest status
to underlyinggit
commands #718 - Added
--manifest
argument towest diff
to allow comparing
the current workspace to the manifest revisions #719 and #728 - Environment variables can be used with
west forall
#721
seewest help forall
for details - Added support for early argument
-q
to reduce verbosity #723 - Added docker compose testing infrastructure #733
- Automate Pypi releases from Github Actions #737
Bug fixes