Wit v0.14.0
Features
#256 Wit to read dependency information from git submodules.
If your repository does not have a wit-manifest.json, wit can now infer the dependencies by scanning the available git submodules.
If you have a repository that you are manually syncing wit-manifest.json and git submodule entries, and they are always a perfect 1:1 mapping, this enables consolidation by allowing a removal of the wit-manifest.json file from the repository.
Bugfixes
#258 Give readable error message when using relative paths with WIT_WORKSPACE_REFERENCE
#254 Give readable error message when an expected revision is missing from a repository
#253 Give readable error message when failing to clone a repository
#257 Submodule test cleanups
Infra
#250 New one-liner github action implementation for init