This document describes how to release a new version of the wasihttp package.
- Update the CHANGELOG.md with the changes since the last release.
- Ensure all tests pass and examples work correctly.
Create a new git tag for the release:
git tag x/wasihttp/v0.1.0
git push origin x/wasihttp/v0.1.0The wasihttp package follows semantic versioning.