v0.2.0
What's Changed
- Cleanup from #82. by @peterhuene in #88
- Update the
wac-parser
crate description. by @peterhuene in #89 - New
wac plug
command by @rylev in #93 - Fix the
func-type
rule in the grammar. by @peterhuene in #96 - Add missing semicolon tokens to
constructor
andmethod
rules. by @peterhuene in #97 - Fix
resource-decl
rule in grammar. by @peterhuene in #98 - Fix panic when resource's owning interface is not otherwise implicitly imported by @rylev in #101
- Merging import dependencies by @rylev in #102
wac plug
with registry support by @calvinrp in #106- Update readme with
plug
subcommand by @calvinrp in #108 - Fix to lazily configure the warg client by @calvinrp in #110
- Publish binary artifacts by @calvinrp in #111
- Binary artifacts take 2 by @calvinrp in #112
- another attempt on getting binary to build by @calvinrp in #113
- Another attempt to build the binary artifacts by @calvinrp in #114
- Add basic example of wac CLI and programatic API by @rylev in #107
- Warg update 0.7 by @calvinrp in #116
New Contributors
Full Changelog: v0.1.0...v0.2.0