wasmer-js icon indicating copy to clipboard operation
wasmer-js copied to clipboard

Neither CHANGELOG.md nor release notes are present

Open MaxDesiatov opened this issue 4 years ago • 1 comments

I'm currently using @wasmer/wasi 0.10 package and was thinking of upgrading to 0.11, but wasn't sure if the new release contained any breaking changes. I also wasn't able to find any changelog or release notes that clarify that. Would you mind adding those, so that it is more clear whether upgrading to the latest version makes sense for a given project?

Thanks.

MaxDesiatov avatar Jun 21 '20 10:06 MaxDesiatov

Sure thing! We'll try to do it for next release

syrusakbary avatar Jul 02 '20 04:07 syrusakbary

The @wasmer/sdk package now comes with a CHANGELOG.md file you can refer to. This is automatically populated by Release Please based on conventional commits - see #356 for an example.

We re-implemented this package from scratch in order to support the newer Wasmer API and WASIX, so it won't contain any history from @wasmer/wasi.

Michael-F-Bryan avatar Dec 13 '23 09:12 Michael-F-Bryan