All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2023-04-11
- Transitive dependencies will now be pulled in from
wit/deps
of dependencies in the manifest
- Relative manifest path support in
wit-deps
binary
package
argument to binary and library update and lock functions
0.2.2 - 2023-04-11
wit-deps update
along with thewit-deps::update_path
andwit-deps::update
library API
0.2.1 - 2023-04-10
- Ensure
path
indeps.lock
matches the manifestpath
0.2.0 - 2023-04-10
- Functionality to specify a path to
wit
directory inlock!
lock_sync!
macro executinglock!
in a multi-threaded Tokio context. This macro is guarded bysync
feature, which is enabled by default- Support for path dependencies in
deps.toml
0.1.0 - 2023-04-07
- Initial
wit-deps
library and binary implementations