Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Wit v0.14.0

Latest
Compare
Choose a tag to compare
@mmjconolly mmjconolly released this 17 Sep 00:08
· 3 commits to master since this release

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